• Resolved gianni333

    (@gianni333)


    In the search results the small preview images of the products (50×50 pixels) get distorted. I’m using a 4:3 image format which is the gets distorted to fit the 50×50 px square ratio. Where can that image size be adjusted?

    Thanks for any help.

    • This topic was modified 6 years, 9 months ago by gianni333.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hello,

    By default plugin get this style for images:

    .aws-search-result .aws_result_image img {
        width: 60px;
        height: 60px;
    }

    you can open your theme style.css file and add something like this:

    .aws-search-result .aws_result_image img {
        width: 50px;
        height: auto;
    }
    Thread Starter gianni333

    (@gianni333)

    works perfectly! thanks a lot for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Small preview images in search result distorted’ is closed to new replies.