Video Banner
How to make a video banner?
- You must upload the file to File Manager by navigating Website > File Manager > New Document.

- Create a banner group called Video Banner (You can name it anything). Go to Website > Banners > Banner Groups.
- Create a banner called Video Banner (You can name it anything). Go to Website > Banners > Banners and add this to the banner group you created above.
<video autoplay="autoplay" loop="loop" muted defaultMuted playsinline preload="auto">
<source src="/download.php?code=VIDEO_BANNER_GUNSMITHING" type="video/mp4">
</video>
<div class="video-banner-content">
<h1>Text Here Text Here Text Here</h1>
<div class="button-container">
<a href="" class="btn-primary">Button Here</a>
<a href="" class="btn-primary">Button Here</a>
</div>
</div>```

* Create a fragment called Widget - Video Banner. Go to Website > Fragments
| Insert this content.
%module:banner_group:banner_group_code=%banner_group%%
* Go to the page where you want to display the banner and add this code.
%module:fragment:WIDGET_VIDEO_BANNER:banner_group=VIDEO_BANNER%

Updated on: 09/18/2024
Thank you!
