• Resolved n381

    (@n381)


    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

    • This topic was modified 1 year, 1 month ago by n381.
    • This topic was modified 1 year, 1 month ago by n381.
Viewing 1 replies (of 1 total)
  • Plugin Author Jeff Starr

    (@specialk)

    Hi @n381, sorry just now seeing this..

    Glad to help with any questions:

    1. “How will this plugin handle the problem”

    It doesn’t. It only does one thing: disables the default extra image sizes generated by WordPress. It doesn’t have any other functionality beyond that.

    2. “what would be best option considering a defined a half/proportional defined image sizes sets?”

    I’m not sure, it really depends on what all you’ve got going on your site. Best advice would be to consult with the theme provider. They will know best how to resolve any issues with their theme, images, and so forth.

    I hope this helps, let me know if I can provide any further information.

Viewing 1 replies (of 1 total)
  • The topic ‘Inquiry into plugin features’ is closed to new replies.