Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Author: <mvdw at airmail dot cc>
- *
- * Here's a .JSON object containing all the images you want to use.
- * You can add URL by quoting it with strings.
- *
- * "http://example.com/source,png",
- *
- * If you want to use a locally saved source you need to direct it towards that
- * path. If you have a directory called 'images' in the same directory as the
- * index.html you should be able to add images by adding:
- *
- * "images/source.png",
- *
- * To the array. If you have the images stashed somewhere else (I don't
- * recommend this). You need to work from your root/home directory and write the
- * full path.
- */
- [{"images": [
- "http://1339.cf/img/1.png",
- "http://1339.cf/img/2.png",
- "http://1339.cf/img/3.png",
- "http://1339.cf/img/4.png",
- "http://1339.cf/img/5.png",
- "http://1339.cf/img/6.png",
- "http://1339.cf/img/7.png",
- "http://1339.cf/img/8.png",
- "http://1339.cf/img/9.png",
- "http://1339.cf/img/10.png",
- "http://1339.cf/img/11.png",
- "http://1339.cf/img/12.png",
- "http://1339.cf/img/13.png",
- "http://1339.cf/img/14.png",
- "http://1339.cf/img/15.png",
- "http://1339.cf/img/16.png",
- "http://1339.cf/img/17.png",
- "http://1339.cf/img/18.png",
- "http://1339.cf/img/19.png",
- "http://1339.cf/img/20.png"
- ]}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement