开发者

prettyPhoto: make popup window bigger than default

开发者 https://www.devze.com 2023-02-17 08:03 出处:网络
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 para

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

精彩评论

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