Slider images width/height
Hi,
I want to scale images in slider based on the browser. When using max-width: 100%; and height: auto; the height of the image changes at each image. Now i use width: 100%; and height: 35em; but it is streched and not scaling.
Can somebody help me?