Fancybox3 with iFrame - prevent close on overlay click

孤人 提交于 2019-12-11 16:16:19

问题


I am using Fancybox3 to open iframe in popup, but I need deny close on click on overlay, because in iframe is form, which user must fill out.

I tried edit outsideClick parameter 'close' to 'false' in fancybox.js and this guide too, but it's still closing on click on overlay.

Can somebody help me? Thanks.


回答1:


Simply use clickSlide option. v3 works as a slider and is highly customizable (for example, you can resize and/or reposition sliding area), therefore there is a seperate options for clicking the slide and overlay element.



来源:https://stackoverflow.com/questions/48286195/fancybox3-with-iframe-prevent-close-on-overlay-click

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!