Skip to content

Instantly share code, notes, and snippets.

View rashingo's full-sized avatar

Jordan rashingo

View GitHub Profile
@mattmagi
mattmagi / background-video.liquid
Last active April 17, 2021 20:36
[Shopify] Prestige Theme - Add Content Overlay to Background Video
{%- capture section_settings -%}
{
"videoType": {{ section.settings.video_url.type | json }},
"videoId": {{ section.settings.video_url.id | json }},
"requestHost": {{ request.host | json }}
}
{%- endcapture -%}
<section class="Section" id="section-{{ section.id }}" data-section-id="{{ section.id }}" data-section-type="background-video" data-section-settings='{{ section_settings }}'>
<div class="ImageHero {% if section.settings.section_size != 'normal' %}ImageHero--{{ section.settings.section_size }}{% endif %}">