如何使图像填充在广场的整个舞台/容器

时间:2014-12-27 02:25:29

标签: jquery jquery-plugins galleria

出于某种原因,我的图像并没有填满整个画廊。以下是目前的情况:

enter image description here

正在计算图像的尺寸,但我不知道从哪里来:

<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">

我希望图像能够填满整个舞台。

1 个答案:

答案 0 :(得分:1)

也许尝试将imageCrop选项设置为true:

Galleria.run('#galleria', {
    imageCrop: true,
});