Woocommerce catalog using 300×300 pixel images so they are blurry
-
Hi All, I have a brand new clean WordPress install using pretty much no plugins, Twenty Twenty Five and the Woocommerce catalog page is referencing the 300×300 pixel thumbnail images so they are blurry because they are shown at ~ 450px.
https://staging.itkit.nz/shop/
WC Version: 9.4.1
WP Version: 6.7
PHP Version: 8.1.30Active Plugins (2)
WooCommerce: by Automattic – 9.4.1
Wordfence Security: by Wordfence – 8.0.0Theme
Name: Twenty Twenty-Five
Version: 1.0On my local test site I installed a clean version and it works correctly, referencing the original 500px image so no blur.
Everything on the internet seems to talk about Appearance>Customize>>WooCommerce>>Product Images but there is no such option in the Customise theme it’s a completely different layout (because of Gutenberg?)
Bad version:
<img width="300" height="300" src="https://staging.itkit.nz/wp-content/uploads/2024/11/1081610478-JPG-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Business Laptop - Quote" data-testid="product-image" style="max-width:none;object-fit:cover;" decoding="async" loading="lazy" srcset="https://staging.itkit.nz/wp-content/uploads/2024/11/1081610478-JPG-300x300.jpg 300w, https://staging.itkit.nz/wp-content/uploads/2024/11/1081610478-JPG-150x150.jpg 150w, https://staging.itkit.nz/wp-content/uploads/2024/11/1081610478-JPG-100x100.jpg 100w, https://staging.itkit.nz/wp-content/uploads/2024/11/1081610478-JPG.jpg 500w" sizes="auto, (max-width: 300px) 100vw, 300px">
Good (local) version:
<img width="300" height="300" src="https://staging.itkit.local/wp-content/uploads/2024/11/1081610478.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Business Laptop - Quote" data-testid="product-image" style="max-width:none;object-fit:cover;" decoding="async" loading="lazy">
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.