소스 검색

feat: template update

igb 4 달 전
부모
커밋
d76ce4cfc8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      resources/views/liquid_src/1/TechVista/products_detail.liquid

+ 1 - 1
resources/views/liquid_src/1/TechVista/products_detail.liquid

@@ -64,7 +64,7 @@
                                                             {% assign image_url = item.image_url %}
                                                             <div class="swiper-slide">
                                                                 <a href="{% if image_url contains 'http' %}{{ image_url }}{% else %}{{ site.image_base_url }}{{ image_url }}?x-oss-process=image/resize,w_500,m_lfit{% endif %}" data-desoslide-index="{{ forloop.index0 }}">
-                                                                    <img src="{% if image_url contains 'http' %}{{ image_url }}{% else %}{{ site.image_base_url }}{{ image_url }}?x-oss-process=image/resize,m_pad,w_100,h_100{% endif %}" alt="{{ product.title }}">
+                                                                    <img src="{% if image_url contains 'http' %}{{ image_url }}?x-oss-process=image/resize,m_pad,w_100,h_100{% else %}{{ site.image_base_url }}{{ image_url }}?x-oss-process=image/resize,m_pad,w_100,h_100{% endif %}" alt="{{ product.title }}">
                                                                 </a>
                                                             </div>
                                                         {% endfor %}