Advertisement
locvfx

CSS force image resize and keep aspect ratio

Mar 4th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.09 KB | None | 0 0
  1. img {
  2.   display: block;
  3.   max-width:230px;
  4.   max-height:230px;
  5.   width: auto;
  6.   height: auto;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement