ui icon indicating copy to clipboard operation
ui copied to clipboard

Inside Iframe Fancyapps

Open yhybulca opened this issue 3 years ago • 1 comments
trafficstars

I want the fancyapps that I put inside the iframe to open from outside the iframe. Is it possible? (fancyapps 4)

yhybulca avatar Feb 28 '22 14:02 yhybulca

Hi,

If you want to start Fancybox from within iframed page, 1) include Fancybox in the parent page; 2) add click event to your elements and use API to start Fancybox with window.parent prefix, like window.parent.Fancybox.open().

fancyapps avatar Mar 07 '22 09:03 fancyapps