Skip to content

Instantly share code, notes, and snippets.

@wolfcoder
Created June 16, 2021 04:44
Show Gist options
  • Save wolfcoder/9889dad45edcc289c3c093dafd9a45dc to your computer and use it in GitHub Desktop.
Save wolfcoder/9889dad45edcc289c3c093dafd9a45dc to your computer and use it in GitHub Desktop.
add video embed tag html
<!-- custom ad video-->
<div id="video-ads-insert" class="position-absolute bg-primary" >
<div style="display: none" id="ad-will-end" class="position-absolute">This ad will end in <span id="counter-duration">24</span>s</div>
<div style="display: none" id="skip-ad" class="position-absolute p-2 border rounded" >
Skip ad in <span id="counter-limit">5</span>s</div>
<div id="play-ad" class="position-absolute p-2 " >
<i class="fa fa-play" aria-hidden="true"></i>
</div>
<video id="wayang-ad" controls class="w-100 h-100" style="width: inherit; height: inherit">
<source src="http://DOMAINorIP/wp-content/uploads/2021/06/Wayang88_Rev-2nd-designer.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment