Home New Guten Forums WoodMart support forum How to increase swatches image sizes?

How to increase swatches image sizes?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #137606

    hayabusa1208
    Participant

    Hi how do i increase the sizes of this: https://gyazo.com/77d7b00c071b00acadd7f747dd7a6de6

    i want to images to be larger. Thank you

    #137626

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    #picker_pa_color .swatch-wrapper a {
    width:50px!important;
    height:50px!important;
    }
    #picker_pa_color .swatch-wrapper a img{
    width:50px!important;
    height:50px!important;
    }

    Best Regards

    #137631

    hayabusa1208
    Participant

    Hi the images look very stretched. Very blur. Can you please see why?

    #137695

    Hello,

    Unfortunately, it is not possible to make the images nice with CSS for this case. This trick works perfectly with swatches which are presented by color rather than by images.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)