出于某种原因,我的图像并没有填满整个画廊。以下是目前的情况:
正在计算图像的尺寸,但我不知道从哪里来:
<img src="//cdn.shopify.com/s/files/1" width="434" style="display: block; opacity: 1; min-width: 0px; min-height: 0px; max-width: none; max-height: none; width: 434px; height: 290px; position: absolute; top: 0px; left: 83px;" height="290">
我希望图像能够填满整个舞台。
答案 0 :(得分:1)
也许尝试将imageCrop选项设置为true:
Galleria.run('#galleria', {
imageCrop: true,
});