Hide the close “X” button in Fancybox

前端 未结 6 718
独厮守ぢ
独厮守ぢ 2021-02-07 06:20

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

6条回答
  •  清酒与你
    2021-02-07 07:08

    You can add the following in ... .fancybox-close {display:none; }

    But it is advisable only if the same fancybox is a popup which will automatically disappear after some time (using $.fancybox.close();)

提交回复
热议问题