Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. .img-container{
  2. height:100%;
  3. max-height:200px;
  4. }
  5.  
  6. .img-container img{
  7. display: block;
  8. width: 100%;
  9. height: 100%;
  10. object-fit:cover;
  11. }
  12.  
  13. /*
  14. Use:
  15.  
  16. <div class="img-container">
  17. <img src="image.jpg" class="img-responsive" />
  18. </div>
  19.  
  20. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement