my gallery image in apple's chrome not showing correctly. images stretch in apple mobile. I used in HTML:
<div class="d-flex flex-md-column justify-content-center flex-wrap">
<img src="images/listings/yyVxA_1609070447.webp">
</div>
and Css:
max-width: 100%;height: auto;