阻止 magento 图像缩放在解析时加载(即使成功“关闭”)

发布于 2024-10-16 05:24:02 字数 234 浏览 3 评论 0原文

停止在解析时加载图像缩放(即使成功“关闭”)

http://pro-tools-training.com/magentotest2/index.php/doc/mix-it-like-a-record.html

stop image zoom from loading on parse (even when successfully "turned off")

http://pro-tools-training.com/magentotest2/index.php/doc/mix-it-like-a-record.html

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

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

发布评论

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

评论(2

沉睡月亮 2024-10-23 05:24:02

我不确定那里发生了什么,但您始终可以通过使用 注释或您的代码包装代码来破解模板以防止其显示某些内容可以添加以下css:

.zoom-notice, .zoom { display: none }

I'm not sure what is going on there, but you can always hack the template to prevent it from displaying something by wrapping the code with <?php /* */?> comments or you can add the following css:

.zoom-notice, .zoom { display: none }
忆梦 2024-10-23 05:24:02

尝试上传更大的图像,图像似乎不需要“缩放”,因为它低于宽度和高度,然后控件消失。要进行验证,请尝试暂时将您的设计更改为默认模板,以确保您的模板也没有任何问题。

Try uploading a larger image, the image doesn't appear to need to be "zoomed" since its below the width and height, the controls then disappear. To verify, try changing your design temporarily to the default template to ensure its not anything wrong with your template also.

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