阻止 magento 图像缩放在解析时加载(即使成功“关闭”)
停止在解析时加载图像缩放(即使成功“关闭”)
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不确定那里发生了什么,但您始终可以通过使用
注释或您的代码包装代码来破解模板以防止其显示某些内容可以添加以下css:
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:尝试上传更大的图像,图像似乎不需要“缩放”,因为它低于宽度和高度,然后控件消失。要进行验证,请尝试暂时将您的设计更改为默认模板,以确保您的模板也没有任何问题。
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.