Skip to content

Instantly share code, notes, and snippets.

@GoesToEleven
Created June 3, 2015 22:31
Show Gist options
  • Save GoesToEleven/164f62bb7af7712cb695 to your computer and use it in GitHub Desktop.
Save GoesToEleven/164f62bb7af7712cb695 to your computer and use it in GitHub Desktop.
image array large images
var images = [
'http://lorempixel.com/output/sports-q-c-1920-1080-1.jpg',
'http://lorempixel.com/output/sports-q-c-1920-1080-2.jpg',
'http://lorempixel.com/output/sports-q-c-1920-1080-3.jpg',
'http://lorempixel.com/output/sports-q-c-1920-1080-4.jpg',
'http://lorempixel.com/output/sports-q-c-1920-1080-5.jpg',
'http://lorempixel.com/output/sports-q-c-1920-1080-6.jpg',
'http://lorempixel.com/output/sports-q-c-1920-1080-7.jpg',
'http://lorempixel.com/output/sports-q-c-1920-1080-8.jpg',
'http://lorempixel.com/output/sports-q-c-1920-1080-9.jpg',
'http://lorempixel.com/output/sports-q-c-1920-1080-10.jpg',
// 'http://lorempixel.com/output/sports-q-c-1920-1080-11.jpg',
// 'http://lorempixel.com/output/sports-q-c-1920-1080-12.jpg',
// 'http://lorempixel.com/output/sports-q-c-1920-1080-13.jpg',
// 'http://lorempixel.com/output/sports-q-c-1920-1080-14.jpg',
// 'http://lorempixel.com/output/sports-q-c-1920-1080-15.jpg',
// 'http://lorempixel.com/output/sports-q-c-1920-1080-16.jpg',
// 'http://lorempixel.com/output/sports-q-c-1920-1080-17.jpg',
// 'http://lorempixel.com/output/sports-q-c-1920-1080-18.jpg',
// 'http://lorempixel.com/output/sports-q-c-1920-1080-19.jpg',
// 'http://lorempixel.com/output/sports-q-c-1920-1080-20.jpg',
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment