fancybox-3

Open fancybox 3 into iframe parent

匆匆过客 提交于 2019-12-02 11:34:33
Here is my problem : - i have an fancybox 3 gallery intro an iframe - when i click to one of the link, i would like the image showing on top of the parent of my iframe I have made many researches and tried several solutions I found this : call Fancybox in parent from iframe but it only provide a solution for fancybox 2 Here is my code on the iframe : $(document).ready(function() { parent.$(".fancybox").fancybox({ href: this.href }); }); Please note i have included jquery and fancybox 3 both in the iframe and the parent fancybox works like a charm independently in the iframe and the parent, but