Section
Video
12 个模板实例,13 个 section 配置,0 类 block。
真实模板变体
collection.electricshavervideo_94wwTC · 0 blocks启用page.eam-breezy-smilevideo_mJkAQN · 0 blocks启用product.0-99-accessroyvideo_pG8QFL · 0 blocks已禁用product.bundle-se-headsvideo_pG8QFL · 0 blocks启用product.bundle-se-wavespecialvideo_bYfkj3 · 0 blocks启用product.bundle-swift-diffuservideo_dBd4M4 · 0 blocks已禁用product.bundle-swift-storage-bagvideo_dBd4M4 · 0 blocks已禁用product.bundle-toothbrush-specialvideo_MMwdhp · 0 blocks启用product.promo-bundle-swift-diffusvideo_dBd4M4 · 0 blocks已禁用product.promobundleswiftstoragevideo_dBd4M4 · 0 blocks已禁用product.toothbrush-specialvideo_MMwdhp · 0 blocks启用product.toothbrush-v2video_MMwdhp · 0 blocks启用
Schema
{
"name": "Video",
"class": "video-section",
"settings": [
{
"type": "html",
"id": "heading",
"label": "Heading",
"default": "Video"
},
{
"type": "checkbox",
"id": "heading_left",
"default": false,
"label": "Left align heading"
},
{
"type": "richtext",
"id": "description",
"label": "Description",
"default": "<p>Add a short description for this section</p>"
},
{
"type": "select",
"id": "section_width",
"options": [
{
"value": "grid",
"label": "Grid"
},
{
"value": "full-width-row",
"label": "Full width"
},
{
"value": "full-width-row-full",
"label": "Full width, no spacing"
}
],
"default": "grid",
"label": "Section width"
},
{
"type": "video_url",
"id": "video",
"label": "Video URL",
"accept": [
"youtube",
"vimeo"
],
"placeholder": "Use a YouTube or Vimeo URL",
"default": "https://www.youtube.com/watch?v=_9VUPq3SxOc"
},
{
"type": "video",
"id": "video_hosted",
"label": "Shopify-hosted video",
"info": "Overrides the Video URL setting."
},
{
"type": "image_picker",
"id": "image_poster",
"label": "Select Image Poster"
},
{
"type": "checkbox",
"id": "video_autoplay",
"default": true,
"label": "Autoplay",
"info": "Video will be muted"
},
{
"type": "select",
"id": "aspect_ratio",
"options": [
{
"value": "16-9",
"label": "16/9"
},
{
"value": "9-16",
"label": "9/16"
},
{
"value": "4-3",
"label": "4/3"
},
{
"value": "3-4",
"label": "3/4"
},
{
"value": "square",
"label": "Square"
}
],
"default": "16-9",
"label": "Video aspect ratio"
},
{
"type": "header",
"content": "Spacing"
},
{
"type": "checkbox",
"id": "disable_top_spacing",
"default": false,
"label": "Remove top spacing"
},
{
"type": "checkbox",
"id": "disable_bottom_spacing",
"default": false,
"label": "Remove bottom spacing"
},
{
"type": "text",
"id": "custom_class",
"label": "Enter Custom Class"
}
],
"blocks": [],
"presets": [
{
"name": "Video"
}
]
}