Disable external click the fancybox popup
How could disable the close button outside the popup div
Using:
Disable external click the fancybox popup
How could disable the close button outside the popup div
Using:
set the modal true to disable closing when click outsite the modal div
$('.fancybox').fancybox({
modal : true
});
closeBtn
If set to true, close button will be displayed
Boolean; Default value: true