to understand the content of the image for SEO purposes.
While your snippet contains the dimensions, it is missing the attribute. This is another required attribute for standard-compliant HTML. It provides a text description of the image for: Users with visual impairments who use screen readers . Instances where the image fails to load . <img width="500" height="287" src="https://crac...
Explicitly setting the width and height in the HTML is considered a best practice for modern web performance: to understand the content of the image for SEO purposes