Hi there
I am assuming that you want to load fancybox automatically after,
let's say, five seconds?
if so, this example script would do the trick:
setTimeout( function() {$('.fancylink').fancybox().trigger('click'); },
5000);
of course, assuming that you have somewhere in your document:
<a class="fancylink" href="images/01.jpg"></a>
on the other hand, just a point of clarification about what you said:
"...Benjamin Lupton directed me to his newest project called Fancybox"
I want to think that there is a misunderstanding here since fancybox
IS NOT a Benjamin Lupton's project but a Copyrighted (c) project of
Janis Skarnelis
if such Benjamin Lupton is claiming elsewhere that fancybox is his
project then he is wrong (somebody should sue him)
On Jun 27, 2:08 am, Robbert Vervuurt <
robbertvervu...@gmail.com>
wrote: