Html5 video overlay play button

Developer
Size
2,033 Kb
Views
28,336

How do I make an html5 video overlay play button?

What is a html5 video overlay play button? How do you make a html5 video overlay play button? This script and codes were developed by Reinis on 06 December 2022, Tuesday.

Html5 video overlay play button Previews

Html5 video overlay play button - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>html5 video overlay play button</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<div class="wrapper"> <video class="video"> <source src="http://e14aaeb709f7cde1ae68-a1d0a134a31b545b257b15f8a8ba5726.r70.cf3.rackcdn.com/projects/31432/1427815464209-bf74131a7528d0ea5ce8c0710f530bb5/1280x720.mp4" type="video/mp4" /> </video> <div class="playpause"></div>
</div> <script src="js/index.js"></script>
</body>
</html>

Html5 video overlay play button - Script Codes CSS Codes

.video { width: 100%; border: 1px solid black;
}
.wrapper{ display:table; width:auto; position:relative; width:50%;
}
.playpause { background-image:url(http://png-4.findicons.com/files/icons/2315/default_icon/256/media_play_pause_resume.png); background-repeat:no-repeat; width:50%; height:50%; position:absolute; left:0%; right:0%; top:0%; bottom:0%; margin:auto; background-size:contain; background-position: center;
}

Html5 video overlay play button - Script Codes JS Codes

$('.video').parent().click(function () { if($(this).children(".video").get(0).paused){ $(this).children(".video").get(0).play(); $(this).children(".playpause").fadeOut(); }else{ $(this).children(".video").get(0).pause(); $(this).children(".playpause").fadeIn(); }
});
Html5 video overlay play button - Script Codes
Html5 video overlay play button - Script Codes
Home Page Home
Developer Reinis
Username 72
Uploaded December 06, 2022
Rating 3
Size 2,033 Kb
Views 28,336
Do you need developer help for Html5 video overlay play button?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Reinis (72) Script Codes
Create amazing blog posts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!