fancybox icon indicating copy to clipboard operation
fancybox copied to clipboard

Allow closing lightbox across domains

Open jancbeck opened this issue 6 years ago • 0 comments

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

jancbeck avatar Apr 16 '19 11:04 jancbeck