Fancybox 3: how to show the small close button for modal iframe? -
i using fancybox 3 display modal iframe. here code initialize fancybox:
modal: true, smallbtn: true, iframe: { css: { width : '900px', height: '600px' }, preload: false } if remove modal: true, able see small button. small button not show if set modal: true.
Comments
Post a Comment