修复prettyPhoto的宽度和高度

时间:2014-05-02 14:25:15

标签: jquery prettyphoto

如何修复由prettyPhoto弹出的内联内容的高度和宽度,我还想从右下角位置更改按钮位置。 图片:http://i.stack.imgur.com/1oxCB.png

我正在使用以下代码,但它的工作高度不超过200px: -

    jQuery("a[class^='prettyPhoto']").prettyPhoto({
                social_tools: false,
                theme: 'light_square',
            default_width: 300, //I have tried playing with these values
            default_height: 200, //I have tried playing with these values
              });
  <div class="fom"><a rel="prettyPhoto[rounded]"  href="#inline_demo0">Impm </a></div> 
  <div id="inline_demo0" style="display:none;">

   -----------------------------------------------------------------------------
  </div>

应该感谢任何帮助。

0 个答案:

没有答案
相关问题