I have a Blogger site where some companies post product and services offers. They submit the articles themselves via a PHP web-form which e-mail posts the articles to the blog.
Images are also attached and they are posted to the blog but not optimized.
How can I display optimized images on the blog?
I am displaying the images using this code:
<img class='offer-image hidden' expr:src='resizeImage(data:post.thumbnailUrl, 600)'/>
However the images are not optimized.
The address of the blog si: http://www.best-offers.ro/
This is the result i get when analyzing the page: