Hello.
How to filter brand logo size (in single product view at least)?
For example, the area is only 90px wide, no reason to show full size image here: https://eriart.ee/pood/epoksiidvaik-resinest/
Not talking about Css, I mentioned how to “filter”.
In woodmart/inc/integrations/woocommerce/modules/brands.php, “wp_get_attachment_image_url” is used for image source. It uses size “full”, therefore for example, 10000×10000 pixels image can be used in a place of 90px image.
This reply was modified 2 years, 5 months ago by Inzman.
I’m sorry, but the question is about something else…
This size should be filterable, please add it to your next version at least!
It is not okay when a full-size image is shown in a place of a tiny thumbnail. It is a matter of page loading time and speed.
Unfortunately, there is no such filter, you can copy this function: woodmart_product_brand() into the functions.php of the child theme and edit the size.