• Resolved dant27

    (@dant27)


    I’m just having a play around with this plugin and so far so good apart from the thumbnail sizes not working.

    No matter what size swatch thumbnail I select, it’s always small on the product page.

    I’m using a standard woocommerce installation with the stock storefront theme.

    Are there any CSS tweaks I need to make to get this to work?

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Emran Ahmed

    (@emranahmed)

    Is your thumbnail regenerated? You have to use regenerate thumbnail plugin to do that

    Thread Starter dant27

    (@dant27)

    Hi Emran,
    I’ve regenerated the thumbnails but no matter what attribute image size I select in the plugin it doesn’t change on the site.

    Just to clarify, the attribute image size is supposed to change the size of the selectable swatches rather than the main image that appears in the gallery when a swatch is selected?

    Plugin Author Emran Ahmed

    (@emranahmed)

    No, only Swatches image size. Could you please give me your site link to check?

    Thank you

    Thread Starter dant27

    (@dant27)

    Hi Emran,
    Sure, the page is:

    https://headofthebed.co.uk/product/test-2/

    Currently I’ve got the swatch image size set to large but it doesn’t make any difference what I change it to.

    Thanks.

    Plugin Author Emran Ahmed

    (@emranahmed)

    You have to add some css to do that. Please use this CSS code on your child theme style.css file.

    .variable-items-wrapper .image-variable-item{
    width: auto;
    height: auto;
    }

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Swatches Thumbnail Size’ is closed to new replies.