Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #152834
    KWhooley
    Participant

    How do I make all of the woocommerce product gallery images thumbnails all 1:1 ratio rather than thumbnails that are different sizes? My website is karenwhooley.com

    #152851
    Skandha
    Participant

    @kwhooley: I think for that you will need to upload pictures that are of similar dimension of same width and height. This way all the pictures will be in 1:1 ratio your Product Gallery will look better.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #152907
    KWhooley
    Participant

    NO this is not true. The author of my previous theme had CSS for me to have them all be viewed in 1:1 thumbnails but the light bok showed them in the orignial ratio

    #153110
    Skandha
    Participant

    @kwhooley: Maybe this will partially solve the issue.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .woocommerce-product-gallery__image:not(:first-child) {
         max-width:100px;
         max-height:100px;
    }

    You can alter the width and height according to your choice.
    Let me know if this helps you out!
    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Woocommerce product gallery’ is closed to new replies.