Image optimization automatically creates responsive images for your content. The generated images use the webp format resulting in significantly smaller images sizes without losing browser support.
When Mindspun encounters an <img> tag in the HTML, it generates a set of images corresponding to particular screen sizes and adds a srcset attribute to the tag. When a user visits a page, the browser automatically loads the best image for the user’s screen size.
This optimization cannot be globally disabled but may be disabled on a single image using the attribute data-spin=false on the <img> tag.
NOTE: If you are using WordPress, later than 6.1, then this functionality is provided natively.