Skip to content

Instantly share code, notes, and snippets.

@bylatt
Last active September 14, 2015 15:17
Show Gist options
  • Select an option

  • Save bylatt/717fe4f03d1e6e819e8c to your computer and use it in GitHub Desktop.

Select an option

Save bylatt/717fe4f03d1e6e819e8c to your computer and use it in GitHub Desktop.
@media (max-width: 767px) {
.box-slide.bg-5 {
background-image:url(http://i.imgur.com/OFx35dP.png);
background-size: 100% 340px;
}
.box-slide.bg-4 {
background-image:url(http://i.imgur.com/ckNliyV.png);
background-size: 100% 340px;
}
}
@media (max-width: 600px) {
.box-slide.bg-5 {
background-image:url(http://i.imgur.com/yJMdhYi.png);
background-size: 100% 340px;
}
.box-slide.bg-4 {
background-image:url(http://i.imgur.com/TWuerXa.png);
background-size: 100% 340px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment