• Resolved marerro

    (@marerro)


    Hi, is anyone have same issue as this one? I’m uploading images from library and in a one row photos are different size.
    There is the photo of issue: https://prnt.sc/twmsb9
    Thank you for helping!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    The reason for the issue is that your images have different sizes and dimensions, you should crop and resize images to have same size before uploading them to the media library and this is the best solution.

    Another solution is to add this code in the theme additional css:

    .catalog-item a img {
    max-height: 178px;
    }

    but in this case width off all images will not be the same as you can see on this screenshot -> https://i.imgur.com/BqwiTZm.jpg

    Best regards,
    Dragan

    Thread Starter marerro

    (@marerro)

    @dragan17ostojic
    Yes, thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Small and big images on page.’ is closed to new replies.