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

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -