I'm currently doing a practice but I can't seem to get it to work.
i'd give some code but idk how to indent the code so for this use this jpg.
https://roco.studio/wp-content/uploads/2014/12/img_banner-thin_mountains.jpg
I'm currently doing a practice but I can't seem to get it to work.
i'd give some code but idk how to indent the code so for this use this jpg.
https://roco.studio/wp-content/uploads/2014/12/img_banner-thin_mountains.jpg
.img-wrapper{
width:100%;}
.img-wrapper img{
width:100%;
}
<div class="img-wrapper">
<img src="https://roco.studio/wp-content/uploads/2014/12/img_banner-thin_mountains.jpg" />
</div>