Hi, I've made a blog with The Fox and I've noticed that the featured image of each post are resized automatically to a bigger size. I upload 850x400px images and after I publish the post, the image is automatically converted to a 1200x565px size. This problem is slowing my page and affects my SEO. How can I disable this auto-resize action?
The thumbnail size is set from the functions.php, single posts full width ( not using sidebar ) have 1200px in width that\'s why the image size is 1200x565px.
Please edit the functions.php and change
add_image_size (\'blog_tn\', 1200 , 565 , true);
to
add_image_size (\'blog_tn\', 850 , 400 , true);
Also this won\'t really affects the SEO.
Do not hesitate to contact us if you have other questions.
Hi, I've made a blog with The Fox and I've noticed that the featured image of each post are resized automatically to a bigger size. I upload 850x400px images and after I publish the post, the image is automatically converted to a 1200x565px size. This problem is slowing my page and affects my SEO. How can I disable this auto-resize action?
Thanks for your support!
Hello Felipe, thanks for purchasing Thefox!
The thumbnail size is set from the functions.php, single posts full width ( not using sidebar ) have 1200px in width that\'s why the image size is 1200x565px.
Please edit the functions.php and change
add_image_size (\'blog_tn\', 1200 , 565 , true);
to
add_image_size (\'blog_tn\', 850 , 400 , true);
Also this won\'t really affects the SEO.
Do not hesitate to contact us if you have other questions.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Thank you very much!!
You\'re welcome!
Do not hesitate to contact us if you have other questions.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme