Advertisement
Mako-chan

Images

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