Skip to content

Instantly share code, notes, and snippets.

@everaldomatias
Created March 30, 2023 20:36
Show Gist options
  • Save everaldomatias/f053cbe03b7f30d9105ef70a616206b4 to your computer and use it in GitHub Desktop.
Save everaldomatias/f053cbe03b7f30d9105ef70a616206b4 to your computer and use it in GitHub Desktop.
.thumb {
position: relative;
&:before {
display: block;
content: "";
width: 100%;
// aspect-ratio: 16 / 9;
padding-top: (9 / 16) * 100%;
}
.aspect-ratio {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
img {
width: 100%;
height: 100%;
object-fit: cover;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment