Skip to content

Instantly share code, notes, and snippets.

@alykat
Created January 8, 2014 16:14
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 alykat/8319352 to your computer and use it in GitHub Desktop.
Save alykat/8319352 to your computer and use it in GitHub Desktop.
.filmstrip-outer-wrapper {
width: 100%;
margin-bottom: 1em;
.filmstrip-wrapper {
width: 720px;
height: 528px;
}
.filmstrip {
width: 100%;
height: 100%;
background-size: 100% 2500%;
background-image: url('../img/filmstrip-cotton-archive-480.jpg');
@media screen and (min-width: 768px) {
background-image: url('../img/filmstrip-cotton-archive.jpg');
}
.backface-visibility(hidden);
&.animated {
.animation(filmstrip 4s infinite);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment