我正在使用jQuery Cycle,但它会自动设置div的宽度。
循环的div有ID #slideshow,所以我目前要修改CSS
#slideshow {
width: 100% !important;
}
有没有办法使用jQuery Cycle选项来实现这一点,而不必使用!important。
任何提示都会非常感激!
答案 0 :(得分:2)
width: "100%" // container width (if the 'fit' option is true, the slides will be set to this width as well)