Next 2/3 thumbnails at a time for filmstrip Next 2/3 thumbnails at a time for filmstrip
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Next 2/3 thumbnails at a time for filmstrip

Started by mr.bena, April 20, 2012, 04:41:36 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mr.bena

Hi, loading the next thumbnails in my filmstrip when click the next button is a bit slow, I want to make this faster. I searched the board and according to the topic discussed here at http://forum.coppermine-gallery.net/index.php?topic=74173.0, I have replaced-

QuotetempWidth = parseInt(width) +3;
With
tempWidth = parseInt(width) + 19;
Tow times.

Now, I would like to know is there a way to load the next 2/3 thumbnails at a time when clicking the next button on filmstrip?