Logo v0.2
  • Documentation
  • Introduction
  • Getting started
  • Account Registration
  • Team Creation
  • Display Addition
  • Media Upload
  • Campaign Creation
  • IPAM Scheduling
  • Adverclient Setup
  • Disk Imaging
  • BIOS/EFI Configuration

Media Upload

How to upload images (.png, .jpg, etc.) and videos (.mp4, .mov, etc.).

Video Walkthrough

Your browser does not support HTML video.
              
                <!-- Video Block -->
                <div id="html5VideoPlayer" class="video-player video-player-inline-btn">
                  <img class="img-fluid video-player-preview" src="assets/video/2022-01-25-04-Media-Upload.jpg" alt="Image">

                  <!-- Play Button -->
                  <a class="js-inline-video-player video-player-btn video-player-centered" href="javascript:;"
                     data-hs-video-player-options='{
                       "videoType": "html5",
                       "videoId": "assets/video/2022-01-25-04-Media-Upload",
                       "parentSelector": "#html5VideoPlayer",
                       "targetSelector": "#html5VideoIframe",
                       "isAutoplay": true
                     }'>
                    <span class="video-player-icon shadow-sm">
                      <i class="bi-play-fill"></i>
                    </span>
                  </a>
                  <!-- End Play Button -->

                  <!-- Video Iframe -->
                  <div class="ratio ratio-16x9">
                    <div id="html5VideoIframe"></div>
                  </div>
                  <!-- End Video Iframe -->
                </div>
                <!-- End Video Block -->