【问题标题】:How do I get the second feature image in shopify?如何在 shopify 中获取第二张特色图片?
【发布时间】:2015-03-27 11:07:05
【问题描述】:

如何在此处获取第二张特色图片?

{{ item.featured_image | product_img_url: '大' | img_tag }}

感谢您的帮助,

亚历山大·海因

【问题讨论】:

  • 第二张特色图片还是第二张图片?图片只有一张特色图片。

标签: shopify liquid


【解决方案1】:

要获取产品的第二张图片,您可以使用以下代码:-

{% for image in product.images limit:1 offset:1 %}
<img src="{{ image | img_url: "medium" }}" />
{% endfor %}

【讨论】:

    猜你喜欢
    • 2016-05-18
    • 1970-01-01
    • 2015-07-16
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-04-20
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多