Video Overlay

Instant Code Copy!

With just one click, your code is copied instantly—no hassle, no extra steps!

With just one click, your code is copied

instantly—no hassle, no extra steps!

One-Click Copy HTML
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Video Overlay</title> <style> .video-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; color: #fff; padding-top: 1.5%; padding-left: 1.5%; cursor: pointer; } .video-overlay-ctp { display: none; text-align: left; float: left; max-width: 250px; } .video-overlay-play { display: none; position: absolute; width: 100%; max-width: 300px; top: 50%; left: 50%; transform: translate(-50%, -50%); filter: drop-shadow(0 0 10px rgba(0,0,0,.5)); } @media screen and (max-width: 767px) { .video-overlay-ctp { max-width: 150px; } .video-overlay-play { max-width: 90px; } } .vjs-has-started .vjs-control-bar, .vjs-audio-only-mode .vjs-control-bar { display: none !important; visibility: hidden !important; } </style> </head> </html>

If you have any question, concerns or help? Please dont hesistate to contact us.

© 2025 Copyright by BotBuilders. All Rights Reserved.