Snippets Collections
.outer {
  position: relative;
  &:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: (9 / 16) * 100%;
  }
  > .inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
  
star

Fri Oct 02 2020 16:22:20 GMT+0000 (Coordinated Universal Time) https://ratiobuddy.com/

#images #aspect-ratio

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension