-
AuthorPosts
-
March 3, 2022 at 2:49 pm #1343019
Hi,
I am searching for some time on this forum and web for details on how to set thumb settings so images stay sharp and are used in the desired pixel size.
I cannot find where to adjust the category thumbs size for woocommerce image in Enfold. I adjust all to 512×512, but on category overview the image is something like 412 width.
On the specific category page the category thumb above the description is sized: 321×321Can you help me out and explain in what order and where the image settings need to be adjusted ? What is the hierarchy here, WP settings, Enfold settings, Woocommerce settings ?
Details added in private.
Thanks.March 5, 2022 at 7:03 pm #1343281Hey marcusss,
Thank you for your patience and the links, when I look at your category image above description example and compare it to the direct 512×512 image file the quality looks the same,
but when I compare the 512×512 to the original there does seem to be a difference.
I also see that your images in your media library are jpg but are webp on the frontend, perhaps this is related to your EWWW Image Optimizer plugin or perhaps some quality is lost when WordPress generates thumbnails from webp?
Try disabling your image plugin and upload a new different image to test with, in a good quality jpg format and check again.Best regards,
MikeMarch 6, 2022 at 9:57 pm #1343388Hi Mike,
My problem is not the image quality. I am aware of the EWWW plugin and image optimization stuff.
I disabled this and uploaded full quality jpg, but on the website it is downsized to lower resolution and becomes blurry. I am really seeking for an answer regarding the resolution. The original image is 512×512. Disregard the format, jpg or webp. I am looking for a way to have these images displayed on my site in this resolution. And not downsized to 321×321 and get blurry for example.
So actually looking for a solution so the images stay sharp.
see below in private >
Also in category overview page downsized to 420×410>
see below in privateThanks,
MarcoMarch 6, 2022 at 10:17 pm #1343390Hi,
Thanks for your feedback, but I believe that this is due to the resolution of your image, it can’t become sharper the smaller it is shown, for example below is a screenshot of your 512×512 image in a different browser tab scaled down next to the same image on your product page and they look the same.Best regards,
MikeMarch 7, 2022 at 11:21 am #1343457Hi Mike,
So if I understand correctly, the images look a bit blurry because they are scaled down. Is this correct ?
If this is the case, can you tell me what the image sizes are that Enfold uses for these specific images ( woocommerce category thumb and thumb above category description ) and how I can change them ?
On my site it looks like the sizes used are : 321×321 and 420×410 but I do not know how I can adjust these and where these sizes are specified.Thanks
March 7, 2022 at 1:31 pm #1343475Hi Marco,
You can adjust the size of the catalogue images in the Customize > Woocommerce > Product Images panel. Look for the Thumbnail width field and adjust its value. Default image width is set to 300px.
Best regards,
IsmaelMarch 7, 2022 at 4:02 pm #1343514Hi Ismael,
I have this set to 512×512
However on the website they are displayed in different size. Please see attached links.Thanks
March 8, 2022 at 6:54 am #1343567Hi,
Thank you for the update.
You may need to adjust the size further to display a larger image. Please note that the catalogue images will not exactly display in the specified size. It will only display a thumbnail or image size that is closest to the specified width value. Unfortunately, there is no registered thumbnail with the size 512x512px.
Best regards,
IsmaelMarch 8, 2022 at 4:39 pm #1343676This reply has been marked as private.March 9, 2022 at 4:45 am #1343760Hi,
What is the original size of the product images that you are using? Try to set the Thumbnail width value to 705 to display the “masonry” thumbnail, which has a maximum dimension of 705x705px.
You can find the list of available thumbnails or image sizes in the functions.php file around line 211.
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['featured_large'] = array('width'=>1500, 'height'=>630 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns $avia_config['imgSize']['gallery'] = array('width'=>845, 'height'=>684 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['magazine'] = array('width'=>710, 'height'=>375 ); // images for magazines $avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 ); // images for fullsize pages and fullsize slider
As you can see, the $avia_config[‘imgSize’][‘masonry’] or the masonry thumbnail is set to have a maximum width of 705px and height of 705px.
Best regards,
IsmaelMarch 9, 2022 at 6:18 pm #1343883This reply has been marked as private.March 14, 2022 at 3:53 am #1344333Hi,
The size of the product image in your screenshot above is actually 512x512px. Maybe it is the closest size to the specified width value and the only available thumbnail. As we mentioned above, it will not exactly display images with the exact width value.
Please note that the catalogue images will not exactly display in the specified size. It will only display a thumbnail or image size that is closest to the specified width value.
Best regards,
IsmaelMarch 14, 2022 at 4:40 pm #1344436Hi Ismael,
The image is indeed 512×512.
It is displayed 410×410Where is the 410×410 defined ?
Thanks
March 15, 2022 at 3:36 am #1344477 -
AuthorPosts
- You must be logged in to reply to this topic.