Inquiry into plugin features
-
Hello, i would need advice regarding the plugin functioning.
Currently i’ve the following images sizes set on the website:
“
Array ( [wptheme-product-thumbnail] => Array ( [width] => 0 [height] => 180 [crop] => 1 ) [woocommerce_get_image_size_gallery_thumbnail] => Array ( [width] => 0 [height] => 180 [crop] => 1 ) [woocommerce-product-gallery__image] => Array ( [width] => 600 [height] => 600 [crop] => 1 ) [thumb-mobiles] => Array ( [width] => 0 [height] => 300 [crop] => 1 ) [woocommerce_thumbnail] => Array ( [width] => 180 [height] => 0 [crop] => 0 ) [woocommerce_single] => Array ( [width] => 600 [height] => 0 [crop] => 0 ) [woocommerce_gallery_thumbnail] => Array ( [width] => 180 [height] => 180 [crop] => 0 ) [shop_catalog] => Array ( [width] => 0 [height] => 300 [crop] => 1 ) [shop_single] => Array ( [width] => 600 [height] => 0 [crop] => ) [shop_thumbnail] => Array ( [width] => 0 [height] => 180 [crop] => ) [thumbnail] => Array ( [width] => 0 [height] => 180 [crop] => 1 ) [medium] => Array ( [width] => 600 [height] => 0 [crop] => ) [large] => Array ( [width] => 0 [height] => 0 [crop] => ) )
“
The problem is that numerous thumbnails are still created as for sizes with defined widths and ‘0’ heights, the numerous heights are dynamically created per access specific for different devices screen sizes, as ‘180×117’, ‘180×255’, ‘180×300’ etc.
How will this plugin handle the problem, and what would be best option considering a defined a half/proportional defined image sizes sets?
Thank you, regards
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Inquiry into plugin features’ is closed to new replies.