What it does is pretty easy to see  if you look at the HTML source  
code. On a small test gallery of three photos, I was able to move the  
URL into the right position so that the clickTarget action did the  
move to the next image rather than a return to the index view. It's  
simple: there's an <a href="../index.html"> ... </a> bracketing line  
which surrounds the <img src=""> display line in each image's HTML  
source file. Replace the '../index.html' with the address of the next  
photo and you're in. I imagine that a good perl coder could find the  
pattern and edit the exported HTML source with only minor manual  
intervention.

What I'm not sure is how to prepare a template that would allow  
Lightroom to generate this variant of the HTML gallery display, as  
editing the source for a gallery with a lot of images is nothing I'd  
want to do by hand. I'm sure the information on how to do this is  
available somewhere.

Godfrey




On Aug 12, 2008, at 10:21 AM, Charles Robinson wrote:

> Here's one thing I'd really like to change about the behavior of the
> HTML galleries which are created by Lightroom:
>
> When one clicks on a large image, I'd LOVE it to go to the next
> image.  Right now, clicking on the large image brings you back to the
> index of thumbnails.
>
> Has anyone poked around the innards of the scripting which is
> generated by Lightroom to see if there is a way to change the
> behavior?  Basically, I'd like the large image to behave the same as
> the "NEXT" link when clicked.
>
> Seems simple enough, yet.... complicated.


-- 
PDML Pentax-Discuss Mail List
PDML@pdml.net
http://pdml.net/mailman/listinfo/pdml_pdml.net
to UNSUBSCRIBE from the PDML, please visit the link directly above and follow 
the directions.

Reply via email to