I am trying to create a slideshow which will allow a user to click on the current photo (300px wide) and open it full size in a new window. I would also like to have the user be able to select Previous/Next as opposed to a timed slideshow.
The first script I found takes care of the Previous/Next option but doesn't allow me to resize the picture when clicked. That script is found
here.
The next script I found gives the option to click the current photo and show it fullsize in a new window but uses a timer instead of Previous/Next. That script I found through the one of the FAQ threads on these forums which is
here.
Is there a way to combine these two scripts to do what I want?
Thanks in advance for any help.