Advertisement
GarryLaly

[My Collections] CSS Snippet: Showcase overflow height image

Oct 31st, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.13 KB | None | 0 0
  1. .container {
  2.   height: 228px;
  3.   overflow: hidden;
  4. }
  5.  
  6. .container img {
  7.   height: auto;
  8.   min-height: 100%;
  9.   width: 100%;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement