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
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
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