我在 drupal 工作..我使用 jquery 制作了幻灯片,但是图像在不同的浏览器中显示不同的大小。是否可以以%设置宽度和高度
<script src="http://test/sites/js/jqFancyTransitions.1.8.min.js" type="text/javascript"></script>
<script>
$('#ft').jqFancyTransitions({
effect: 'zipper', // wave, zipper, curtain
width: 682, // width of panel
height: 268, // height of panel
strips: 20, // number of strips
delay: 2500, // 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
navigation: false, // prev and next navigation buttons
links: false // show images as links
});