gpt4 book ai didi

jquery - Magento 2 - Fotorama

转载 作者:行者123 更新时间:2023-12-03 22:15:14 25 4
gpt4 key购买 nike

我的产品详细信息页面上的产品 slider 有问题。我不知道如何设置容器的宽度和高度。

我找到了 Fotorama 插件的一些配置,但没有关于宽度和高度的信息。

我的产品图像有另一个维度。

<div class="fotorama__stage" style="width: 581px; height: 581px; line-height: 581px;">

这是插件的尺寸。

我的图像尺寸是 530px x 350px ,因此有太多空白(顶部/底部)。

有什么想法吗?

最佳答案

您必须编辑以下文件:app/design/vendor/Magento_Catalog/templates/product/view/gallery.phtml

您可以在此处添加选项

<script type="text/x-magento-init">
{
"[data-gallery-role=gallery-placeholder]": {
"mage/gallery/gallery": {
"mixins":["magnifier/magnify"],
"magnifierOpts": <?php /* @escapeNotVerified */ echo $block->getMagnifier(); ?>,
"data": <?php /* @escapeNotVerified */ echo $block->getGalleryImagesJson(); ?>,
"options": {
"maxheight": "700", // Add your value here
}
}
}
}

关于jquery - Magento 2 - Fotorama,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37857877/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com