Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用这个缩略图滑块,但我想自定义这个滑块一次只移动一个图像。请查看给定的链接 - ElastiSlide并告诉我。
jquery.elastislide.js v1.1.0 将第 590 行更改var amount = this.fitCount * itemSpace;为var amount = itemSpace;
var amount = this.fitCount * itemSpace;
var amount = itemSpace;