jqueryのスライドショーを使用しています。幅と高さをパーセント値に変更する必要があります。
jquerytransitions.jsには以下のコードが含まれています
$.fn.jqFancyTransitions.defaults = {
width: 682, // width of panel
height: 268, // height of panel
strips: 10, // number of strips
delay: 5000, // delay between images in ms
stripDelay: 50, // delay beetwen strips in ms
titleOpacity: 0.7, // opacity of title
titleSpeed: 1000, // speed of title appereance in ms
position: 'alternate', // top, bottom, alternate, curtain
direction: 'fountainAlternate', // left, right, alternate, random, fountain, fountainAlternate
effect: '', // curtain, zipper, wave
navigation: false, // prev next and buttons
links : false // show images as links
};
})(jQuery);
幅と高さをパーセンテージに変更する必要があります。それは可能ですか?