×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: CSS
Posted by: Marosi Dóra
Added: Dec 7, 2020 8:16 PM
Views: 4582
Tags: no tags
  1. <img class="img-fluid" loading="”lazy”" src=..." srcset="..." alt="">
  2.  
  3. img {
  4.    min-height: 430px;
  5.    height: auto;
  6.    object-fit: cover;
  7.    object-position: 50% 50%;
  8. }
  9.