Created
January 25, 2019 13:43
-
-
Save revelcw/e5dad7f811c5c1fd694ff6d6d083b974 to your computer and use it in GitHub Desktop.
This file contains 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
const images = [ | |
{ | |
description: "Mountains at night", | |
src: | |
"https://images.unsplash.com/photo-1519681393784-d120267933ba?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=60" | |
}, | |
{ | |
description: "Mountains with snow", | |
src: | |
"https://images.unsplash.com/photo-1524654458049-e36be0721fa2?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=60" | |
}, | |
{ | |
description: "Mountains with grass", | |
src: | |
"https://images.unsplash.com/photo-1495710388177-22c73fa5f84e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=60", | |
duration: 0 | |
}, | |
{ | |
description: "Brown Mountains", | |
src: | |
"https://images.unsplash.com/photo-1526080676457-4544bf0ebba9?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&q=60", | |
duration: 10000 | |
} | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment