• Resolved keystowp

    (@keystowp)


    For some reason the main image on our site’s product page is not correctly sizing while using SVI. The main image should span the width of the column (the same width as all 3 thumbnails below it).

    When I deactivate SVI, the image appears correctly (I believe at 600×600 depending on browser resolution). However when SVI is activated it seems to make the max size 400 x 400.

    I’ve implemented a temporary CSS fix of:

    #woosvi_strap img {
    width: 100%;
    }

    Is there a better solution that we can use for the longer term?

    https://tidesnorkels.com/shop/tide-snorkels-uno-snorkel-mask/

    Thanks for your help in advance!

    https://wordpress.org/plugins/smart-variations-images/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author RosendoLabs

    (@drosendo)

    Hi,

    Thanks for contacting, I will have a quick look and get back to you.

    Thanks,
    David

    Plugin Author RosendoLabs

    (@drosendo)

    HI,

    Have a look at the new version.

    Give feedback.

    Thanks,
    David

    Thread Starter keystowp

    (@keystowp)

    Hi David,

    Thanks for looking into the matter so quickly. I’ve just updated to the new version of the plugin – however it did not seem to fix the issue.

    In fact the spacing between the main image and the thumbnails below now seems incorrect. There is now no spacing at all, and the main image is touching the thumbnails below.

    Please the page in my original post to check the appearance.

    Look forward to hearing back from you!

    Thanks,

    Plugin Author RosendoLabs

    (@drosendo)

    Hi,

    I accidentaly removed the margin bottom, will add, give me a few minutes.

    Also your theme must be filtering(search in your theme) the image, I don’t add height/width parameters, maybe look for:

    add_filter('single_product_large_thumbnail_size', 'something'));
    add_filter('single_product_small_thumbnail_size','something'));

    get back soon.

    Plugin Author RosendoLabs

    (@drosendo)

    Did you manage to test with 3.0.1?

    Thread Starter keystowp

    (@keystowp)

    That seems to have resolved the issue. I have updated to 3.0.1 and it is working now. Thanks for the lightning fast support – really appreciate it!

    Plugin Author RosendoLabs

    (@drosendo)

    HI,

    No problem, hope to view a review soon.

    Thanks,
    David

    Thread Starter keystowp

    (@keystowp)

    Thanks again David – have left a review.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Main Product Image Incorrectly Sizing’ is closed to new replies.