fancybox-2 Questions

1

Solved

So I have a gallery of images, and a few links to it. Something like that <a href="/images/1.jpg" rel="1">title</a> <a href="/images/1.jpg" rel="1">link to first image</a> ...
Mutt asked 13/11, 2012 at 10:30

1

Solved

That's my question, and here's my example code. HTML: <a class="fancybox" rel="group" href="img1.jpg"> <img src="img1_thumb.jpg"> </a> <a class="fancybox" rel="group" href="i...
Austriahungary asked 13/9, 2012 at 22:29

5

Solved

I have the following fancybox code: $('.fancybox').fancybox({ 'autoScale' : false, 'href' : $('.fancybox').attr('id'), 'type':'iframe', 'padding' : 0, 'closeClick' : false, //some other call...
Guggenheim asked 23/7, 2012 at 18:22

© 2022 - 2024 — McMap. All rights reserved.