I am using this http://fancybox.net/
Is there a way to add a property to not show the close \"X\" button on top right? I mean I can use \'callbackOnShow\' to hide it in
In fancybox 3 use 'modal' e.g.
$.fancybox.open({ ... opts: { modal: true, } });