Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
fancyboxのクロス(X)を「display:none」で非表示にしても大丈夫ですか?
fancyboxを呼び出すときは、次のオプションを追加します。
'showCloseButton':false
例えば:
$('#your_id').fancybox({'showCloseButton':false});
次のコードを試してください。
'closeBtn':false
閉じるボタンを非表示にします。