jquery - elastislide move one at a time -


i'd move 1 image @ time elastislide plugin put can't figure out. read on plugin comments can change line 295 this: var amount = this.fitcount * this.itemw, val; this: var amount = this.itemw; code has been updated since post in 2012 , no longer works. can please me.

update code :

var amount = this.fitcount * itemspace;  

to

var amount = 1 * itemspace; 

Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -