Tagged: easy slider, image size
Dear All,
I want to create a Slideshow with Easy Slider but something doesn’t work write. The Hight of the original images is 600px (png). Settings: Image-Size for the slideshow “No scaling”. I put the Easy Slider into a 1/1-Container. But the results are always the same (it doesn’t matter which Image-Size-Settings I choose): The Picture-Sizes are far too huge. It seems that Easy Slider completely ignores my image-size-settings.
Could you please help me out with this problem as I’m quite helpless.
Kind regards,
Mihaela
Hi allaboutapps!
Thank you for using Enfold.
Note that the slider container and the images inside will automatically adapt to the width of its parent container, in this case the full width column, which has a max width defined in the General Layout > Dimensions > Maximum Container width option. If you want to display the natural size of the image, use this in the Quick CSS field:
.avia-slideshow li img {
width: auto;
}
Cheers!
Ismael
Thank you very much!! Problem is solved :))