Velocity has no effect
-
Hi, it appears there is a bug in line 56 of imageslider.php which causes the velocity parameter to be ignored. I believe instead of:
echo ($mis_velocity=='1') ...
it should read:
echo ($mis_velocity!='1') ...
At least it does the trick for me. Thank you for this great plugin and please keep developing it further!
Thanks, Robert
- The topic ‘Velocity has no effect’ is closed to new replies.