Hello,
I would to build a dynamic page to list all entries of a post type with some text and an image.
When I edit the loop there is full styling controls for the image but unfortunnatly the images are resized with CSS, which mean images are downloaded in full size before being resized in the browser, and this is not recommended for SEO.
My question is how can avoid this ? either by displaying the featured image, which, I suppose, is properly resized by WP in the backend. Or something similar.
Thank you,
Florent
My issue is resolved now. I found that thumbnail is downloaded in 150x150 px, and resized image is also downladed in the right size. But for some reason not the medium size