Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在开发一个 iPad/平板电脑优化的 OpenCart 模板。
我在这里偶然发现了一个问题,我要使用的所有图像都是缓存和调整大小的图像,并且在 iPad 模板上我希望显示原始分辨率图像,尤其是主图像。
有没有办法让模板显示原始上传的图像而不是调整大小的图像?如果有人能指出我正确的方向,我将为它开发一个 vqMod(因为我仍然想将重新调整的图像用于主网站)!
非常感谢彼得
您需要这样做的方式是根据 ssl 状态使用 HTTP_IMAGE 或 HTTPS_IMAGE。对于主图像,它很简单,你基本上需要使用
<?php echo HTTP_IMAGE . $product_info['image']; ?>