我使用此插件(http://spaceforaname.com/galleryview/)。 我可以轻松设置它并配置一些参数。 我无法工作的是在javascript触发的方法上调整此插件的大小。 换句话说:
<script type="text/javascript">
$(function(){
$('#myGallery').galleryView({
panel_width: 850,
panel_height: 350,
autoplay : true,
transition_interval: 2000,
frame_height:0,
show_filmstrip:false
});
});
</script>
我必须改变的是panel_width。 请帮忙