Image-Block (full)
CODE
×
HTML
<div class="container full"><div class='image-block-full ar'> <img class='img-fluid v5' src='img/Lantal-Mood1.jpg'> </div></div>
CSS
.image-block-full.ar img { /*aspect-ratio: 1.6;*/ object-fit: cover; } img.img-fluid.v5 { width: 100%; } img.img-fluid { width: 100%; }
JS
Image-Block (full)
Last Edit: Nov 29, 2023, 1:53pm
×