URL to start slideshow
-
Hi. I love FancyBox.
I use PHP and I know how to construct a slideshow using images, which you then can click and launch the slideshow.
However, I need to do the same but use a url, which will contain the html to launch it. I will enclose it in a <div class=”gallery” style=”display:none”> so that it does not show the image. When the url is clicked, it will launch the constructed slideshow. Here is some code:
<a href="url-of-image" title="titletext" rel="sometext">slideshow</a> <div class="gallery" style="display:none"> <a href="url-of-image" title="titletext" rel="sometext"><img src="url-of-image" /></a> </div>
I have spent hours trying, but no luck. Unless I substitute “slideshow” with an “<img src=…”, I cannot launch the slideshow.
Please help me.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘URL to start slideshow’ is closed to new replies.