1 (edited by Jota 2016-03-20 17:46:14)

Topic: Full Frame slideshow question

Hello,
It is possible to build an slideshow based in just one full frame gallery with the same links over each photo (About, Contact, etc) that open over the photo?. For example, something like the "Multi-Size" demo but without the Home option and the numbers of photos and, instead of the name of the photographer, put links (About, Contact, etc) that open in a tab over the photo-

Thanks,

Jota

Re: Full Frame slideshow question

Yes.

You can have a gallery with images that fill the page and without any thumbnails by using the following settings:

imageScaleMode="FILL"
showThumbsOnLoad="FALSE"
showSmallThumbsOnLoad="FALSE"
showThumbsButton="FALSE"
showSmallThumbsButton="FALSE"

You can have links in image titles and captions (and have multi-line image titles and captions) by using HTML formatting as noted in this FAQ:
How do I add HTML formatting to image captions and titles?

For example an image caption which contains two links on separate lines (an 'About' link and a 'Contact' link) would look something like this:

<caption><![CDATA[<a href="about.html">About Page</a><br><a href="contact.html">Contact Page</a>]]></caption>