Skip to content

Instantly share code, notes, and snippets.

@Splode
Created December 4, 2017 17:23
Show Gist options
  • Save Splode/0c2f87783ac414d547dd4950c1ec93b9 to your computer and use it in GitHub Desktop.
Save Splode/0c2f87783ac414d547dd4950c1ec93b9 to your computer and use it in GitHub Desktop.
Intrinsic Image Placholders
<div class="Intrinsic-wrapper">
<img class="Intrinsic-item Intrinsic-item--1x1" src="">
</div>
<style>
.Intrinsic-wrapper {
display: block;
padding-top: 100%;
position: relative;
width: 100%;
height: 0;
}
.Intrinsic-wrapper--1x1 {
padding-top: 100%
}
.Intrinsic-wrapper--2x3 {
padding-top: 66.66666667%
}
.Intrinsic-wrapper--3x2 {
padding-top: 150%
}
.Intrinsic-wrapper--4x3 {
padding-top: 75%
}
.Intrinsic-wrapper--5x4 {
padding-top: 125%
}
.Intrinsic-item {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment