Extra images in pages on the slider

Viewing 3 posts - 1 through 3 (of 3 total)
  • #20738
    Rafael
    Participant

    I have added some pages to the slider. The pages with text only are displayed correctly, but pages with small images not. All images are stretched and resized. How to make slider not stretch images in the displayed pages?

    #20898
    Daniel Tara
    Keymaster

    Add this code to your custom css:

    .flexslider .slides img {
    	width: auto;
    }
    #21932
    yieldway
    Participant

    Hi Daniel,

    I’m also getting issues with the height of the images in the Slider. They are cut even after cropping/resizing the images πŸ™

    Have a look … it’s a screen capture: http://screencast.com/t/JfnYU82qby

    I tried to add the code you have given above and replacing the width to height … it doesn’t change anything on my site.

    Is there a particular code that I should add to my custom css to make the images look good in the slider?

    It makes days that I’m searching the forum to find a solution!

    Thanks in advance for your kind help.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.