Last active
February 8, 2017 17:38
-
-
Save kingcons/e5f1ee0422736a3f9b3b04497a8d45f4 to your computer and use it in GitHub Desktop.
Desktopography Carousel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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