Skip to content

Instantly share code, notes, and snippets.

@kingcons
Last active February 8, 2017 17:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kingcons/e5f1ee0422736a3f9b3b04497a8d45f4 to your computer and use it in GitHub Desktop.
Save kingcons/e5f1ee0422736a3f9b3b04497a8d45f4 to your computer and use it in GitHub Desktop.
Desktopography Carousel
var carouselImages = [
{
image_url: 'http://desktopography.net/wp-content/uploads/bfi_thumb/hushed_1920x1200-32f5431dh4se5dwk02ct1c.jpg',
title: 'Hushed',
photographer_id: 'Michael Withers'
},
{
image_url: 'http://desktopography.net/wp-content/uploads/bfi_thumb/dndln_1920x1200-32f56720k59biqi0157i0w.jpg',
title: 'Dndln',
photographer_id: 'Carlos'
},
{
image_url: 'http://desktopography.net/wp-content/uploads/bfi_thumb/open_source_1440x900-1-32awggysvbuw444jyfikn4.jpg',
title: 'Open Source',
photographer_id: 'Jerico Santander'
},
{
image_url: 'http://desktopography.net/wp-content/uploads/bfi_thumb/treehugger_1680x1050-32awgq9j4zatrpd2gj73eo.jpg',
title: 'Treehugger',
photographer_id: 'Pete Harrison'
},
{
image_url: 'http://desktopography.net/wp-content/uploads/bfi_thumb/dsn_1440x900-32f5578uqrcngwrj99imm8.jpg',
title: 'DSN',
photographer_id: 'Marius Bauer'
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment