画廊缩略图无法正确显示

发布于 2024-11-29 02:31:20 字数 259 浏览 2 评论 0原文

我有一个带有十二个高级主题的画廊实施。

我在混合纵向和横向图像的画廊上进行缩略图渲染时遇到了真正的问题。肖像图像的缩略图被剪裁为顶部和底部,仅显示中心。该图像在灯箱和全屏模式下似乎显示正常,但偶尔也会在主舞台区域中出现裁剪。

例如,请参阅此处

知道为什么会发生这种情况吗?

I have a galleria implementation with the Twelve premium theme.

I am having a real problem with the thumbnail rendering on galleries with mixed portrait and landscape images. The thumbnails for the portrait images are being cropped top and bottom, with only the centre showing. The image appears to display OK in lightbox and fullscreen mode but occasionally also appears cropped in the main stage area.

See here for example.

Any idea why this is happening?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

也只是曾经 2024-12-06 02:31:20

您是否尝试过在主题设置中将thumbCrop设置为false?

Galleria.addTheme({
  ...
  defaults: {
    ...
    thumbCrop: false,
  }
  ...
}

Have you tried setting thumbCrop to false in the theme settings?

Galleria.addTheme({
  ...
  defaults: {
    ...
    thumbCrop: false,
  }
  ...
}
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文