Archived topic
Regnerated images are not taken by GPTheme
2 replies · Started by Gopi on February 21, 2020
Is resized in HTML or CSS from 600x600 to 293x293. Serving a scaled image could save 63.8KiB (76% reduction).
Newly i installed. my image mostly from 500 to 600
Hey i have check some support post but didnt get any solution, i want to know to regenerate the old images with required size, which is display after the content in next and prev post.
Could you pls do the needful.
Thanks
Hi there,
It looks like you're using our Volume site.
To change the image size, go to "Appearance > Elements" and open the "Custom post navigation" element.
In the hook content, find this: the_post_thumbnail_url()
It will appear twice in the code.
Try replacing them with this: the_post_thumbnail_url( 'medium' )
Let me check thanks