Image CDN and Square Cropping Issues
-
I’m using WooCommerce. My shop images are cropped into sqaures using the
woocommerce_thumbnailimage size. It’s cropped at a 300×300 and that’s what gets pulled into the page on load.Whenever I enable the image CDN, the i0.wp.com is using the original image with a
?w=300on the end instead of pulling the croppedwoocommerce_thumbnail300×300 image. If I update the CDN image URL to the-300x300postfix I see that the CDN has the cropped image it’s just deciding not to display it.How do I tell the image CDN To pull the cropped image instead of it trying to pull the original image and sizing it down?
The topic ‘Image CDN and Square Cropping Issues’ is closed to new replies.