Intel XDK: Controls 10: IMAGE GALLERY Widget in App Designer 7

This post is about Image Gallery control in Intel XDK's App Designer 7. The Intel XDK Version in 3522. This is Window 10 Lap top. The IMAGE GALLERY control can be found in the COMMON category under CONTROLS as shown. IG_00 Drag and drop the control on a page. I have placed it on a page with the header text 'First' which I can access from a TABBAR on the main page. The 'First' page with IMAGE GALLERY widget dropped on it appears as shown. Note that the height was changed from its default: 250px IG_01 The HTML fragment for this control is as shown. IG_02 The ' gallery_images/gallery_images.json ' has a json file with the three images in this basic app. --------- [ { "image": "gallery_images/freightliner.jpg" }, { "image": "gallery_images/sailing-ships.jpg" }, { "image": "gallery_images/taxi-cab.jpg" } ] The image files are in the same node,...