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

Problem auto width and height for multiple row #307

Closed softgen closed 10 years ago

softgen commented 10 years ago

I am creating a image gallery for multiple row. For every row height different. So when the slide is loading I am setting height. After loading complete the slide is working and all image are showing. But when I am reducing the browser automatic all images are hiding. So please let me how to solve the problem?

See the url : http://api.junctiontv.com/jtv/appshtml/

marcwhitbread commented 10 years ago

@softgen when the slider is resized, the height component of the slider is recalibrate. This is for compatibility with responsive implementations. You can fix this by either setting responsiveSlideContainer and responsiveSlides to false or updating the height manually in the onSliderResize callback.