开发者

prettyPhoto: make popup window bigger than default

How I can set popup window size bigger than normal?

http://d.pr/Md3E+

There is too 开发者_开发技巧many space at the top and the bottom of the description.


You can pass the width and height in as parameters. So your constructor may look like this:

$("a[rel^='prettyPhoto']").prettyPhoto({
    default_width: 500,
    default_height: 344
});

You can see the full list of options here

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜