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

Popular posts from this blog

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -