TinySlideshow - Conflicts with Timthumb

TinySlideshow will not work with Timthumb (PHP image resizing script). I use the following code:

<span>sections/timthumb.php?src=/images/'.$row['IMAGE'].'&w=555&h=300&zc=1</span>

I tried adding this to TinySlideshow's script.js file on line 40:

a.p=a.p.replace(/\&/g,"&"); (from http://www.scriptiny.com/qa/1876/)

but nothing changed.

asked Apr 20, 2012 by ninjadan9 (120 points)

Your answer

Email me at this address if my answer is selected or commented on:
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.