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?
Add this code to your custom css:
.flexslider .slides img {
width: auto;
}
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.