Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. width: 100%;height: 100%;object-fit:fill;
  2.  
  3. .wrapper_image{
  4. max-width:100%;
  5. max-height:100%;
  6. min-height:100%;
  7. min-width: 100%;
  8. margin: 0 auto;
  9. }
  10.  
  11. <div class="o-grid__col u-12/12" style="width: 400px;
  12. height: 400px;
  13. position: relative;
  14. display: inline-block;
  15. overflow: hidden;
  16. text-align: center;
  17. margin: 0;">
  18. <div class="mySlides wrapper_image_horses">
  19. <img src='url' style="width: 100%;height: 100%;object-fit:fill;">
  20. </div>
  21. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement