Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #407480

    Hallo

    I have a problem with Enfold easy Slider and would be happy about a solution

    I’m using the easy Slider in a page. The images should not oversize the screen.
    With horizontal images everything workes fine.
    The problem is about vertical images – they are too heigh.

    The image size always stays the same, regardless wich size I chose in the image size Menu and regardles of the original sizes of the images. If I use smaller images, they are stretched.

    I also tried to put the slider into a Colourbox and limit the height. This doesn´t help.

    If I change the image size in the functions php to 60%, all images get smaller, also the horizontal ones.

    Is it posible to insert a code snipped that reduces only the heigth of vertical images in the easy slider?
    Or an other solution?

    Thanks so far

    #407692

    Hi janefane!

    Hmm, we could try using some CSS to force the height but that may make your images look distorted. Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.

    Best regards,
    Elliott

    #408055
    This reply has been marked as private.
    #408409

    Hey!

    Drag a codeblock element to your page and add this inside.

    <style type = "text/css">
    .avia-slideshow li img { max-height: 600px !important; }
    </style>

    But like I said that is going to make them look distorted. It would be best to crop them before uploading.

    Regards,
    Elliott

    #415262
    This reply has been marked as private.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Easy slider images too large’ is closed to new replies.