Ultimate Fade-in slideshow (v2.6.1) - how to make the height responsive
1) Script Title: Ultimate Fade-in slideshow (v2.6.1)
2) Script URL (on DD):
Code:
var mygallery=new fadeSlideShow({
wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
dimensions: ['100%', 300], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["images/slide-show/kenya-safari1.jpg"],
["images/slide-show/kenya-safari2.jpg"],
["images/slide-show/kenya-safari3.jpg"],
["images/slide-show/kenya-safari4.jpg"],
["images/slide-show/kenya-safari5.jpg"] //<--no trailing comma after very last image element!
],
displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 500, //transition duration (milliseconds)
descreveal: "always",
togglerid: ""
})
3) Describe problem:
I have managed to make the width responsive. But how do I get the height to be responsive. When I put '100%' on the width, it does not show on web page. Thanks