fancybox
fancybox copied to clipboard
Allow closing lightbox across domains
Accessing the parent from within the iframe does not work when the iframe is on another domain and CORS is enabled:
parent.jQuery.fancybox.getInstance().close();
This can be solved by using window.parent.postMessage:
https://github.com/pbojinov/iframe-communication