Skip to content

Instantly share code, notes, and snippets.

@christianmagill
Created December 28, 2016 16:57
Show Gist options
  • Save christianmagill/ffbb9799e1406146f1d0c6aeae7a362e to your computer and use it in GitHub Desktop.
Save christianmagill/ffbb9799e1406146f1d0c6aeae7a362e to your computer and use it in GitHub Desktop.
.banner{
position: relative;
// height: 33.1vw;
overflow: hidden;
}
.banner img{
display: none;
width: 100%;
height: auto;
&:first-child{
display: block;
}
}
.banner.slick-initialized img{
display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment