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
58 11 13

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
Astronaut
1299 160 217

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
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month

View solution in original post

Replies 3 (3)

anupam1607
Shopify Partner
58 11 13

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
Astronaut
1299 160 217

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
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month

namphan
Shopify Partner
2272 296 333

Hi @Wanigajameson,

You can follow the instructions below, it will display fine

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com