Top "Fancybox" questions

FancyBox is a tool that offers a nice and elegant way to add zooming functionality for images, html content and multi-media on your webpages.

Jquery FancyBox target specific DIV ID?

How do I get Fancy box to target a specific DIV ID on a page and not request the whole …

jquery fancybox
Jquery - fancybox and callback

I have problem with fancybox. I want to write a function that will run when the fancybox opened. How and …

jquery fancybox
jQuery add iFrame with content

I've such a problem. I need to open iframe in fancybox (I require iframe because I need to browse through …

jquery iframe fancybox
fancybox iframe dimension

In the fancybox homepage (http://fancybox.net/home) there is an example that opens an iFrame dimensioned as the 75% of …

jquery fancybox dynamic-resizing
FancyBox close from within iframe and take parent page to the link

I found applying the following function to a links onclose works to close Fancybox from within an iFrame: parent.$.fancybox.…

jquery fancybox href location-href
how to prevent scrolling of page behind fancybox-2

We are using fancybox2 for displaying images. Everything works well, but when the larger image is displayed in the fancybox, …

jquery fancybox fancybox-2
How to programmatically trigger fancybox with an inline div?

I want to make a fancybox appear when someone tries to submit a form. So I've got this: $('#login-form').…

jquery fancybox
Fancybox.close() on an iframe

i am using the latest fancybox (2.0.4) and i created a fancybox for an iframe. the content is displayed correctly. i …

jquery html dom xhtml fancybox
call Fancybox in parent from iframe

I have 2 pages, my index.html and social.html. I cleaned out my index and left only the jquery code …

jquery html iframe fancybox
How do I make fancybox href dynamic?

I have the following fancybox code: $('.fancybox').fancybox({ 'autoScale' : false, 'href' : $('.fancybox').attr('id'), 'type':'iframe', 'padding' : 0, 'closeClick' : …

javascript jquery fancybox fancybox-2