我有个问题。当我更改浏览器的尺寸时,我可以更新这个插件的大小,或者我可以将它的大小绑定到某个容器,然后它会默认更改大小?也许可以以某种方式对其进行扩展,因为我真的不想因此而使我的网站“固定”。
<script>
Galleria.loadTheme('media/js/galleria/themes/classic/galleria.classic.min.js');
$("#gallery").galleria(
{
width: (this is what I want to be dynamic),
height: (this is what I want to be dynamic),
clicknext: true,
transition: 'fade',
showCounter: false
});
</script>