Skip to content

Instantly share code, notes, and snippets.

View themilan1337's full-sized avatar
🌐
moniq.sh

Milan themilan1337

🌐
moniq.sh
  • Kazakhstan
  • 11:53 (UTC +05:00)
View GitHub Profile
@themilan1337
themilan1337 / index.html
Created April 1, 2023 18:17
Play Button Mouse Follow Creative Load any Video with HTML, CSS, and JS
<!-- Optional - input form -->
<div class="info">
<input type="text" class="one" id="video-url" placeholder="Enter a cool video URL" value="https://github.com/juxtopposed/codepen/blob/main/videoplayback.mp4?raw=true">
<button id="load-button" class="button" type="button">Load Video</p></button>
</div>
<!-- MAIN SECTION FOR PLAY BUTTON -->
<div id="video-container">
<video id="video" preload="metadata">