jquery循环:覆盖宽度?

时间:2012-07-20 16:35:51

标签: jquery cycle jquery-cycle

我正在使用jQuery Cycle,但它会自动设置div的宽度。

循环的div有ID #slideshow,所以我目前要修改CSS

#slideshow {
  width: 100% !important;
}

有没有办法使用jQuery Cycle选项来实现这一点,而不必使用!important。

任何提示都会非常感激!

1 个答案:

答案 0 :(得分:2)

set width option as

width: "100%"  // container width (if the 'fit' option is true, the slides will be set to this width as well)