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

    Using Easy Slider for a very simple section in my site. I do not want the images to display full-width; I want the images to be the original height AND width. I’m not using Full Width Easy Slider, just Easy Slider.

    Searched forums; no usable answer. I tried adding layout elements to force the images into a smaller area and keep them from stretching full-width but it’s still not displaying how I want it to. The height of my images are the same; the widths vary due to their content. All I want are the images to display at exactly their original size. What’s the secret CSS code, please.

    • This topic was modified 8 years, 5 months ago by bonbuttercup. Reason: Made site live
    #654561

    Hey bonbuttercup,

    Thank you for using Enfold.

    Add this in the Quick CSS field:

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

    This will force the image to retain its actual width as long as it doesn’t exceed the width of the slider container.

    Best regards,
    Ismael

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