Replies: 1 comment 2 replies
-
Hi, You can access Fancybox from within the iframed page just the same way you can access any global variable - Example: <p>
<button onclick="window.parent.Fancybox.close();">Close this iframe</button>
</p> |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I used down below code usually.
parent.$.fancybox.open()
but its not working on recently version.
so how to use that code on new version?
Beta Was this translation helpful? Give feedback.
All reactions