Disable fancyBox 2 from closing when clicking the background

后端 未结 5 1798
走了就别回头了
走了就别回头了 2021-01-04 02:26

In fancyBox 2, is there a key/value I could set that will disable the lightbox from closing when the user clicks the background (semi-transparent black background)?

5条回答
  •  抹茶落季
    2021-01-04 03:08

    According to the Fancybox site API you could/should use

    $.fancybox({
       ...
       'hideOnOverlayClick' : false,
       ...
    });
    

提交回复
热议问题