Advertisement
phpface

Untitled

Sep 5th, 2018
428
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.29 KB | None | 0 0
  1. .item-img {
  2.     padding-bottom: 56.25%;
  3.     position: relative;
  4.     display: block;
  5.     height: 0;
  6.     overflow: hidden;
  7.     background: #222;
  8. }
  9. .item-img img {
  10.     position: absolute;
  11.     top: 0;
  12.     bottom: 0;
  13.     left: 0;
  14.     width: 100%;
  15.     height: 100%;
  16.     border: 0;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement