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.
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?
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...
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!