fancybox jquery全宽

时间:2014-01-18 21:56:42

标签: jquery fancybox width

我尝试以全宽显示图像,但我的解决方案不起作用:

 <script type="text/javascript">
   $("a[rel=example_group]").fancybox({
            'transitionIn': 'none',
            'transitionOut': 'none',
            'titlePosition': 'over',
            'width':'100%'
            'titleFormat': function(title, currentArray, currentIndex, currentOpts) {
                return '<span id="fancybox-title-over">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
            }
        });
     </script> 

如何获得完整的宽度或高度图像? TNX

0 个答案:

没有答案