Skip to content

Instantly share code, notes, and snippets.

@ctbarna
Last active August 29, 2015 14:13
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 ctbarna/9b381d8b4500553fae6f to your computer and use it in GitHub Desktop.
Save ctbarna/9b381d8b4500553fae6f to your computer and use it in GitHub Desktop.
#img01 .img {
background-image: url(http://cdn.theatlantic.com/assets/media/img/photo/2015/01/photos-of-the-week-13-19/w01_RTR4K9Z8/main_900.jpg);
padding-bottom: 70.4444444444%;
width: 100%;
}
@media(max-width: 542px) {
#img01 .img {
background-image:url(http://cdn.theatlantic.com/assets/media/img/photo/2015/01/photos-of-the-week-13-19/w01_RTR4K9Z8/main_600.jpg);
padding-bottom: 70.3333333333%
}
}
@media(min-width: 542px) and (max-width:692px) {
#img01 .img {
background-image:url(http://cdn.theatlantic.com/assets/media/img/photo/2015/01/photos-of-the-week-13-19/w01_RTR4K9Z8/main_900.jpg);
padding-bottom: 70.4444444444%
}
}
@media(min-width: 692px) and (max-width:992px) {
#img01 .img {
background-image:url(http://cdn.theatlantic.com/assets/media/img/photo/2015/01/photos-of-the-week-13-19/w01_RTR4K9Z8/main_600.jpg);
padding-bottom: 70.5%
}
}
@media(min-width: 992px) and (max-width:1292px) {
#img01 .img {
background-image:url(http://cdn.theatlantic.com/assets/media/img/photo/2015/01/photos-of-the-week-13-19/w01_RTR4K9Z8/main_900.jpg);
padding-bottom: 70.4444444444%
}
}
@media(min-width: 1292px) and (max-width:1592px) {
#img01 .img {
background-image:url(http://cdn.theatlantic.com/assets/media/img/photo/2015/01/photos-of-the-week-13-19/w01_RTR4K9Z8/main_1200.jpg);
padding-bottom: 70.5%
}
}
@media(min-width: 1592px) {
#img01 .img {
background-image:url(http://cdn.theatlantic.com/assets/media/img/photo/2015/01/photos-of-the-week-13-19/w01_RTR4K9Z8/main_1500.jpg);
padding-bottom: 70.4666666667%
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment