Codeinwp / Ideal-Image-Slider-JS

Quite simply the ideal Image Slider in vanilla JS.
http://idealimageslider.com
GNU General Public License v3.0
1.57k stars 160 forks source link

Height not changeable by media queries #59

Closed gregwillits closed 8 years ago

gregwillits commented 9 years ago

If I do not include height: in the new IdealImageSlider() options, but I DO include height in my CSS, the CSS height is not used, and the slider box defaults to 400px.

I have included media queries to change the overall size of the slider. Width is working, but height is not because the IIS appears to be inject a style="" to force the height to whatever I included at the time of creation. It appears to be not editable after that.

gilbitron commented 8 years ago

Height is now responsive in v1.5.0.