我只是想问你如何在nextGen(galleryview模板)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改变这些值,因为图像看起来很糟糕。有人可以帮我解决这个问题吗?
答案 0 :(得分:2)
不完全确定这是否是您所需要的,但如果您想将默认的320x240尺寸更改为不同的尺寸,请查看admin/tinymce/window.php