Skip to content

Instantly share code, notes, and snippets.

@revelcw
Created January 25, 2019 13:43
Show Gist options
  • Save revelcw/a5a026c895b7a5d989d3072f63e48181 to your computer and use it in GitHub Desktop.
Save revelcw/a5a026c895b7a5d989d3072f63e48181 to your computer and use it in GitHub Desktop.
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