• Resolved haswel

    (@haswel)


    Hello, sorry for my english.
    I have a problem now. I just install Smart variations images and I try all different Main Image size on the dropdown but nothing is similar to my default theme image size. So how can I get the size I have before install SVI ?
    Somebody have the same issue as me ?
    Notice : On mobile there’s no problem.
    Thanks in advance. I’m pretty sure I’m not the only one with this issue.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author David Rosendo

    (@drosendo)

    Hello,

    SVI replaces your theme gallery with it’s own gallery. Otherwise it would no be possible to do the “magic” of the images changing in accordance to the selected variation.

    In your case there is a class called images that in the pro version you can remove this class in the svi options but in the free version (and in specific for your theme) you have to add some css to overcome this.

    Add the following CSS style to your site in appearance > Costumize > additional css or any other place you see fit.

    @media only screen and (min-width: 992px) {
        div.product div.images {
            width: 100%!important;
        }
    }

    Cheers,
    David

    Thread Starter haswel

    (@haswel)

    Thanks you for your answer, really clear.
    I appreciate.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Princiaple image size problem’ is closed to new replies.