JQPlug0003:layer 打开就最大化

1,

    // // 打开模型
    mylay = layer.open({
        type: 2,
        title: false,
        zIndex: 1000,
        maxmin:false,
        closeBtn: 0,
        shade: true,
        shade: [0.5],
        shadeClose: false,
        area: [vidwid, vidhig],
        style: 'position:fixed;',
        content: "hotdemo/myVideoDemo/index.html"
            // time: 25500
    });
    // 打开就最大化
    layer.full(mylay);
琥珀君的博客
原文地址:https://www.cnblogs.com/eliteboy/p/13931437.html