Skip to content

Instantly share code, notes, and snippets.

View developerassests-sys's full-sized avatar

developerassests-sys

View GitHub Profile
<product-info
id="MainProduct-{{ section.id }}"
class="section-{{ section.id }}-padding gradient color-{{ section.settings.color_scheme }} custom-main-product"
data-section="{{ section.id }}"
data-product-id="{{ product.id }}"
data-update-url="true"
data-url="{{ product.url }}"
{% if section.settings.image_zoom == 'hover' %}
data-zoom-on-hover
{% endif %}