nyromodal iframe大小问题

时间:2010-04-15 09:17:23

标签: jquery nyromodal

我有一个jquery画廊(galleriffic),它打开了nyroModal并且设置了很好的尺寸。 我想在这个页面上发布图片(页面打开,nyromodal在哪里是图库)。 当我使用iframe时,页面大小的值不正确。

gallery.aspx上使用的jquery代码,它作为nyromodal运行:

<script language="javascript" type="text/javascript">
    $(document).ready(function() {
        var height = $(window).height();
        var width = $(window).width();
        alert(height);
        alert(width);
        var autosizable = true;
        var windowResize = true;
        var resizeable = true;

        $.nyroModalSettings({
            bgColor: '#000000',
            windowResize: windowResize,
            width: width,
            height: height,
            resizable: resizeable,
            autoSizable: autosizable
        });
    });

链接打开图库页面(有点扭曲,因为我不想让我显示HTML):

a class =“nyroModal”target =“_ blank”href ='Ajax / gallery.aspx?guid =&lt;%= Trip.guid%&gt;&amp; op = add' img src = “〜/ img / icon / icon_add.gif”runat =“server”/ / a

如何为这个画廊设置好尺寸? 当我将刚度值放在不解释它们时

此致

1 个答案:

答案 0 :(得分:0)

打开Nyro javascript文件并搜索 - &gt; “boxModel”(请注意cAsE-sEnsItIviTy)。你会发现使用99%高度的两个地方。我必须将其更改为100%