Skip to content

Instantly share code, notes, and snippets.

@GoesToEleven
Created June 3, 2015 16:37
Show Gist options
  • Save GoesToEleven/d548b7b30e46966b54e8 to your computer and use it in GitHub Desktop.
Save GoesToEleven/d548b7b30e46966b54e8 to your computer and use it in GitHub Desktop.
array of image links
var images = [
'http://lorempixel.com/120/120/sports/1/',
'http://lorempixel.com/120/120/sports/2/',
'http://lorempixel.com/120/120/sports/3/',
'http://lorempixel.com/120/120/sports/4/',
'http://lorempixel.com/120/120/sports/5/',
'http://lorempixel.com/120/120/sports/6/',
'http://lorempixel.com/120/120/sports/7/',
'http://lorempixel.com/120/120/sports/8/',
'http://lorempixel.com/120/120/sports/9/'
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment