Articles on: coreFORCE Advanced & Enterprise

Video Banner

How to make a video banner?


  • You must upload the file to File Manager by navigating Website > File Manager > New Document.


File Manager


  • 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.


Insert this HTML element in the banner created.


<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>```

![Banner Maintenance](https://storage.crisp.chat/users/helpdesk/website/6989aace46840400/image_amn8a4.png)

* 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%



![Video banner in a page](https://storage.crisp.chat/users/helpdesk/website/6989aace46840400/image_rpbi35.png)


Updated on: 09/18/2024

Was this article helpful?

Share your feedback

Cancel

Thank you!