Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #311536

    I created a 2/3 page and inserted an easy slider. I have images that are both portrait and landscape. I have resized them to not be too large, max height 400px for portrait images. I choose the option no scaling, original width and height. The landscape images take up the full width and that looks ok but the portrait photos height are way too large and don’t keep the original setting of 400px. Even though I choose the option no scaling and have sized the photos, the portrait photos stretch to have an very large height and the landscape photos are stretched in the width. I just want to display a slide show with the exact size of the images but it doesn’t seem to work.
    I appreciate your help and thanks in advance

    #311647

    Hi mindmarketing!

    Thank you for using Enfold.

    If you want to show the exact size of the images without css interfering, you can add this on Quick CSS or custom.css:

    .avia-slideshow li img {
    width: auto;
    margin: 0 auto;
    }

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.