我尝试更改 theme.json 上的默认画廊大小,但结果始终相同(正方形大小的图片,如 200 x 200 像素)
"imageGallery": { /* For responsiveness and optimization it should the size as it would appear on the widest block */
"width": 295,
"height": 164
}
"gallery": { /* For responsiveness and optimization it should the size as it would appear on the widest block */
"width": 200,
"height": 164
}
我用的是新版的ip 4.4.0,旧版没有这个pb。
那么我如何更改默认画廊图像大小?哪个变量真正的“imageGallery”或“gallery”?