Video Banner

Solved

Video Banner

Wanigajameson
Tourist
14 0 3

Hey everyone, is it possible to add a video banner with autoplay to my Shopify store? If so, how can I do it?

Accepted Solutions (2)

anupam1607
Shopify Partner
44 7 8

This is an accepted solution.

Hey @Wanigajameson 
Here there is auto play video section for the banner. In this section you can add YouTube embed video URL. 

.video-banner-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
  background: #000;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#video-banner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
<div class="video-banner-wrapper">
  <div class="video-container">
    <iframe 
      id="video-banner"
      src="{{ section.settings.video_url | replace: 'watch?v=', 'embed/' }}"
      frameborder="0"
      allow="autoplay; encrypted-media"
      allowfullscreen>
    </iframe>
  </div>
</div>

{% schema %}
{
  "name": "Video Banner",
  "settings": [
    {
      "type": "text",
      "id": "video_url",
      "label": "Video URL",
      "default": "https://www.youtube.com/embed/dQw4w9WgXcQ"
    },
    {
      "type": "checkbox",
      "id": "mute_video",
      "label": "Mute Video",
      "default": true
    }
  ]
}
{% endschema %}
Buy me a coffee.
- Was your question answered? Mark it as an Accepted Solution. ❤️
- Don't forget to give me Thumbs Up.
- Store, Product and Collection Modifications | Apps and Sales Channel | Animation
- Lets connect anupammistry1607@gmail.com 

View solution in original post

topnewyork
Globetrotter
633 113 134

This is an accepted solution.

Hi @Wanigajameson , kindly check out the below given video.

 

If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

Need a Shopify developer?
Hire us at Top New York Web Design
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel

View solution in original post

Replies 3 (3)

anupam1607
Shopify Partner
44 7 8

This is an accepted solution.

Hey @Wanigajameson 
Here there is auto play video section for the banner. In this section you can add YouTube embed video URL. 

.video-banner-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
  background: #000;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#video-banner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
<div class="video-banner-wrapper">
  <div class="video-container">
    <iframe 
      id="video-banner"
      src="{{ section.settings.video_url | replace: 'watch?v=', 'embed/' }}"
      frameborder="0"
      allow="autoplay; encrypted-media"
      allowfullscreen>
    </iframe>
  </div>
</div>

{% schema %}
{
  "name": "Video Banner",
  "settings": [
    {
      "type": "text",
      "id": "video_url",
      "label": "Video URL",
      "default": "https://www.youtube.com/embed/dQw4w9WgXcQ"
    },
    {
      "type": "checkbox",
      "id": "mute_video",
      "label": "Mute Video",
      "default": true
    }
  ]
}
{% endschema %}
Buy me a coffee.
- Was your question answered? Mark it as an Accepted Solution. ❤️
- Don't forget to give me Thumbs Up.
- Store, Product and Collection Modifications | Apps and Sales Channel | Animation
- Lets connect anupammistry1607@gmail.com 

topnewyork
Globetrotter
633 113 134

This is an accepted solution.

Hi @Wanigajameson , kindly check out the below given video.

 

If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

Need a Shopify developer?
Hire us at Top New York Web Design
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel

namphan
Shopify Partner
1136 142 175

Hi @Wanigajameson,

You can follow the instructions below, it will display fine

Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com