I have updated the script to be much faster.
You can now preLoad your enlarged images. Just Insert a hidden input field,
And give the field an id of images. In the name attribute, insert your images path, e.g. The last thing to do, is to insert your images name in the "value" attribute separated by commas
e.g.
Code:
value="image1.jpg,image2.jpg,image3.jpg,etc.jpg"
Here's a full example
Code:
<input type="hidden" id="images" name="images/" value="image_number1.jpg,image_number2.jpg,image_number3.jpg,image_number4.jpg,image_number5.jpg" />
I have set the default width and height speed of the expanding window to 12, which is twice faster as before. If you still think it's slow, just increase the number as desired.
The example and download links URL are still the same.
Enjoy
Bookmarks