iosscripts / iosslider

iosslider is a jQuery plugin which allows you to integrate a customizable, cross-browser content slider into your web presence. Designed for use as a content slider, website banner, or image gallery.
http://iosscripts.com/iosslider
432 stars 103 forks source link

Cropping occurs when width of content is larger than width of the container #289

Closed ghost closed 11 years ago

ghost commented 11 years ago

I've implemented a slider for images with variable width. Some images are wider than the viewport and these will get cropped to the width of the container, so part of the image is cut off. Is there any way to prevent this from happening?

Thanks for this great plugin!

ghost commented 11 years ago

Never mind, setting the responsiveSlides option to false solves this issue. Don't know how I missed that the first 10 times I went over the options list...

Thanks again!