I am using the latest version of WP and Pro.
When I add a Featured Image to a post, I receive a warning in Google’s PageSpeed Insights to “Properly Size Images”. Images are killing my performance metrics.
When I view the webpage source code I see the image source url is the original uploaded image, not any of the compressed sizes which are automatically created and stored in database. I also see in the webpage source code that a random width and height is assigned. Here is an example:
view-source:https://www.bellafsm.com/how-to-get-pressure-washing-jobs/
I highlighted featured image here:
In fact, any time I add a Cornerstone image element in a post, it has the same issue.
However, if I insert an image inside a Cornerstone text element, the image is responsive and uses the “data-srcset” attribute. Here is example from same webpage:
What is happening? How do I fix the Featured Image size and Cornerstone image sizes?