WEB Photo Gallery – Slideshow

MN
Posted By
Matt_Nobelen
Jun 30, 2004
Views
240
Replies
4
Status
Closed
Hi, i’ve been using the web photo gallery and it works fine but since i put some descriptions on each photo, i would like to increase the time before it shows the next picture…
anyone knows how to do that? haven’t seen anything in the options…

Master Retouching Hair

Learn how to rescue details, remove flyaways, add volume, and enhance the definition of hair in any photo. We break down every tool and technique in Photoshop to get picture-perfect hair, every time.

DM
dave_milbut
Jun 30, 2004
you need to do it manually in the files created. bummer. needs to be added as an option in the next version.
MN
Matt_Nobelen
Jun 30, 2004
thanks for the info, i was afraid it would be the answer…

now, i’m not so good in html and javascript, do you know how to do indicate a time change?
GH
Grass_Hopper
Jun 30, 2004
It’s very easy to fix though Matt. When the web gallery creates your html file, simply edit (in the <head> area of the file) the

<meta http-equiv="refresh" content="10;URL=4.htm">

to

<meta http-equiv="refresh" content="20;URL=4.htm">

or whatever number of seconds you want the slide to display.

The downside of this is that you will have to do this for every slide page, BUT, it’s not too tough to copy/paste the entire line. 😉
MN
Matt_Nobelen
Jul 5, 2004
just to let you know, in Photoshop CS, i found what to modify, for each web gallery, there is a ThumbnailFrame.html file created and you need to edit it and just modify the following function:

function startAutoAdvance() {
//1000 = 1 sec, 5000 = 5 secs, adjust as desired
var delay = 5000;

//if (allImagesLoaded) {
intervalTimer = setInterval("autoNextImage()", delay); autoAdvance = true;
setPausePlayImage();
//}
}

Thank you all for advice!

How to Master Sharpening in Photoshop

Give your photos a professional finish with sharpening in Photoshop. Learn to enhance details, create contrast, and prepare your images for print, web, and social media.

Related Discussion Topics

Nice and short text about related topics in discussion sections