无法从javascript设置fancybox iframe

时间:2018-07-15 12:34:59

标签: javascript fancybox-3

我试图像这样从javascrip中设置并调用fancybox

$.fancybox.open({
        type : 'iframe',
        'width'             : '75%',
        'height'            : '75%',
        'autoScale'         : false,
        'transitionIn'      : 'none',
        'transitionOut'     : 'none',
        src : url,
        smallBtn : false,
        fitToView: false,
        autoSize: false,
        autoDimensions: false
  })

它可以正常打开,但没有定义尺寸,我在做什么错?我需要设置其他内容吗?它只加载了显示地图的页面,谢谢

1 个答案:

答案 0 :(得分:0)

使用CSS或iframe.css选项:

    iframe : {
        css : {
            width  : '75%',
            height : '75%'
        }
    }

有关更多信息,请参阅文档-https://fancyapps.com/fancybox/3/docs/#iframe