gpt4 book ai didi

php - 如何在 nextGen (galleryview template) wordpress 插件中增加图像的宽度?

转载 作者:行者123 更新时间:2023-11-30 18:51:05 25 4
gpt4 key购买 nike

我只是想问你如何在 nextGen (galleryview template) wordpress 插件中更改图像的宽度/高度?设置好所有内容后,它就像魅力一样工作,但我无法增加图像的大小。这是我在模板中找到的代码:

<script type="text/javascript" defer="defer">
jQuery("document").ready(function(){
jQuery('#<?php echo $gallery->anchor ?>').galleryView({
panel_width: 650,
panel_height: 400,
frame_width: 40,
frame_height: 40,
transition_interval: 0,
overlay_color: '#222',
overlay_text_color: 'white',
caption_text_color: '#222',
background_color: 'transparent',
border: 'none',
nav_theme: 'dark',
easing: 'easeInOutQuad'
});
});

然而这里的宽度/高度只适用于整个容器而不适用于图像本身。而且我也不想通过 css 更改这些值,因为那时图像看起来很糟糕。谁能帮我解决这个问题?

最佳答案

不完全确定这是否是您需要的,但如果您想将默认的 320x240 大小更改为不同的大小,请查看 admin/tinymce/window.php

关于php - 如何在 nextGen (galleryview template) wordpress 插件中增加图像的宽度?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3888415/

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