gpt4 book ai didi

javascript - 如何在 HTML 上放大 PrettyPhoto 的尺寸

转载 作者:行者123 更新时间:2023-12-03 02:57:26 25 4
gpt4 key购买 nike

我想让图片的宽度和高度更大,例如全 Angular 。但我不知道如何在 Prettyphoto 中做到这一点

我的 Prettyphoto 代码是

/*-- PRETTY PHOTO --*/
$("a[data-rel^='prettyPhoto']").prettyPhoto({
social_tools: false
/*-- PRETTY PHOTO END --*/

最佳答案

尝试以下代码:

$("a[rel^='prettyPhoto']").prettyPhoto({
allow_resize: true, /* Resize the photos bigger than viewport. true/false */
default_width: 500,
default_height: 344,
horizontal_padding: 20
});

关于javascript - 如何在 HTML 上放大 PrettyPhoto 的尺寸,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47557620/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com