0

我在 MODx Revolution 2.0.4-pl2 中使用 Gallery 组件。

全尺寸图像只有 500 像素宽。这就是标签的样子:

<img alt="Car" src="/MAMP/domain/assets/components/gallery/connector.php?action=web/phpthumb&w=500&h=500&zc=0&far=&q=90&src=%2Fdomain%2Fassets%2Fcomponents%2Fgallery%2Ffiles%2F2%2F8.jpg" class="">

根据我阅读文档的方式,我应该能够通过调整 GalleryItem 标签来更改此默认值:

[[!GalleryItem &imageWidth=`620`]]

事实上,这会导致图像完全消失。如何更改此默认宽度?

4

1 回答 1

4

正确的语法实际上是:

[[!GalleryItem? &imageWidth=`620`]]

注意缺少的“?”

于 2012-04-18T17:56:40.087 回答