Images in BSS not displaying on mobile

Hi all,

the img inside the img tag is not displaying on mobile devices. The image is inside a thumbnail. The thumbnail is displaying but not the image. Anyone have any ideas on why this would happen?

<div class="card clean-card text-center">

&lt;div class="card-body info"&gt;
    &lt;h4 class="card-title"&gt;Merlinda Guerra&lt;/h4&gt;
    <p>Co-Founder</p>
    <p>merlinda@sandstromandassociates.com</p>
&lt;/div&gt;

</div>

turns out you cannot use the .webp format for images. I downloaded the image as a jpeg and it worked fine

you cannot use the .webp format for images

webp is an excellent image format, if you know how to use it.

avif is even better.

BSS is not the problem, you problably don't know enough about new image formats, browser support and the picture tag

&lt;div class="card-body info"&gt; &lt;h4 class="card-title"&gt;Merlinda Guerra&lt;/h4&gt; <p>Co-Founder</p> <p>merlinda@sandstromandassociates.com</p> &lt;/div&gt;

This is not valid markup. Also, the link to your image is broken. Can't help fix this if you can't successfully post the actual problem you're having.