Imgrsc Picture ((free))
You're looking for an informative article about IMAGES (I assume you meant "images" instead of "imgrsc").
<picture> <!-- AVIF: best compression --> <source srcset="image.avif" type="image/avif"> <!-- WebP: widely supported --> <source srcset="image.webp" type="image/webp"> <!-- JPEG fallback --> <img src="image.jpg" alt="Descriptive IMGRSC picture text" loading="lazy" width="800" height="600"> </picture> imgrsc picture