This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Meta tags --> | |
<title></title> | |
<!-- Google --> | |
<meta name="description" content="" /> | |
<meta name="keywords" content="" /> | |
<meta name="author" content="" /> | |
<meta name="copyright" content="" /> | |
<meta name="application-name" content="" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Info on loading images via JSON http://galleria.io/docs/references/data/ | |
var images = { | |
"image": "http://image.url" | |
} | |
Galleria.run(s.galleryElem, { | |
dataSource: images, | |
preload: 1, | |
transition: 'fade', |