Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #613827

    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

    #615716

    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

    #616247

    Thank you very much!! Problem is solved :))

    #617199

    Hi,

    Great, glad we could help :-)

    Regards,
    Rikard

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