Permalink
…nction to load images, code to build display
| var Path = 'gallery/'; | |
| var Gallery = { 'images' : [ | |
| { | |
| 'name' : 'Darth Vader', | |
| 'alt' : 'A Black Clad warrior lego toy', | |
| 'url': 'gallery/myLittleVader.jpg', | |
| 'credit': '<a href="https://www.flickr.com/photos/legofenris/">legOfenris</a>, published under a <a href="https://creativecommons.org/licenses/by-nc-nd/2.0/">Attribution-NonCommercial-NoDerivs 2.0 Generic</a> license.' | |
| }, | |
| { | |
| 'name' : 'Snow Troopers', | |
| 'alt' : 'Two lego solders in white outfits walking across an icy plain', | |
| 'url': 'gallery/snowTroopers.jpg', | |
| 'credit': '<a href="https://www.flickr.com/photos/legofenris/">legOfenris</a>, published under a <a href="https://creativecommons.org/licenses/by-nc-nd/2.0/">Attribution-NonCommercial-NoDerivs 2.0 Generic</a> license.' | |
| }, | |
| { | |
| 'name' : 'Bounty Hunters', | |
| 'alt' : 'A group of bounty hunters meeting, aliens and humans in costumes.', | |
| 'url': 'gallery/bountyHunters.jpg', | |
| 'credit': '<a href="https://www.flickr.com/photos/legofenris/">legOfenris</a>, published under a <a href="https://creativecommons.org/licenses/by-nc-nd/2.0/">Attribution-NonCommercial-NoDerivs 2.0 Generic</a> license.' | |
| }, | |
| ]}; |