I'm using Kalium theme, Fashion as the base for my website.
The problem is, in the shop page, the thumbnail image sizes are not optimized. Instead of reduced sized thumbnails, a much larger image is loaded which has a significant impact on page speed.
Hi,
I'm using Kalium theme, Fashion as the base for my website.
The problem is, in the shop page, the thumbnail image sizes are not optimized. Instead of reduced sized thumbnails, a much larger image is loaded which has a significant impact on page speed.
For example, if you look at https://demo.kaliumtheme.com/fashion/shop/ and open one of the images in a new tab or look at the network tab, the image that is used for such a small thumbnail is a 1116x1383 jpeg: https://demokaliumsites-laborator.netdna-ssl.com/fashion/wp-content/uploads/2016/11/broken_2-1116x1383.jpg
Looks like that the woocommerce_thumbnail size is not enforced. Is there any solution for that?
Hi Rou,
Our theme is set to use "uncropped" images in Customizer > WooCommerce > Product Images:
(view large version)
So if you want different image sizes you can Custom and specify the ratio.
Also, WordPress generates automatically sizes and srcset attribute so it uses adequate image dimensions depending on screen size and pixel depth.
I hope its clear for you.