Fullscreen audio play button
How do I make an fullscreen audio play button?
What is a fullscreen audio play button? How do you make a fullscreen audio play button? This script and codes were developed by Reinis on 06 December 2022, Tuesday.
Fullscreen audio play button - Script Codes HTML Codes
<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>fullscreen audio play button</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <!-- AVOTS:
http://stackoverflow.com/questions/30309584/overlay-play-button-over-video -->
<html> <head> <link rel="stylesheet" type="text/css" href="style.css"> <script type="text/javascript" src="script.js"></script> </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="" type="video/mp4" /> </video> <div class="playpause"></div>
</div> <audio class="video" id="myAudio"> <source src="https://www.dropbox.com/s/vm4zxen7lvtgn5y/Sound%20Effects%20-%20Clapping.mp3?dl=1">
</audio> </body> </html> <script src="js/index.js"></script>
</body>
</html>
Fullscreen audio play button - Script Codes CSS Codes
body { margin:0px; background-color:black; vertilcal-align:middle; margin:auto; height:1920px; width:1080px;
}
.video { width: 100%; border: 0px solid black;
}
.wrapper{ display:table; width:auto; position:relative; width:100%; height:100%;
}
.playpause { background-image:url(https://www.dropbox.com/s/xhhygrniwsamrsq/poga1.png?dl=1); background-repeat:no-repeat; width:100%; height:100vh; position:absolute; left:0%; right:0%; top:0%; bottom:0%; margin:auto; background-size:auto 100%; background-position: center;
}
Fullscreen audio 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(); }
});

Developer | Reinis |
Username | 72 |
Uploaded | December 06, 2022 |
Rating | 3 |
Size | 2,148 Kb |
Views | 10,115 |
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!
Name | Size |
Transform modes | 1,726 Kb |
Html rowspan colspan | 1,517 Kb |
Stretchy fragile div classes grid frame | 1,669 Kb |
Jquery single page menu | 2,423 Kb |
Events | 1,472 Kb |
Html5 video overlay play button | 2,033 Kb |
Top-bottom navigation button | 2,514 Kb |
Working hours | 2,258 Kb |
Jquery dropdown | 1,652 Kb |
Stretching page based on tables and percentage | 4,491 Kb |
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!
Name | Username | Size |
Animated bar chart | CreativePunch | 3,124 Kb |
CSS Grid Overlay | Cliffpyles | 3,090 Kb |
Cloudy Spiral CSS animation | Hakimel | 6,587 Kb |
Pericles mi loro... | Judag | 4,125 Kb |
A Pen by Bryan Rojas | Bryanrojas | 1,873 Kb |
Zeichensatz | Moklick | 2,058 Kb |
A cube | KyleDavidE | 18,627 Kb |
Spilled Paint | Darrylhuffman | 3,894 Kb |
Tail rose iris lined | Kbrtrm | 1,846 Kb |
A Pen by Jason Kinney | Jason-kinney | 1,980 Kb |
Surf anonymously, prevent hackers from acquiring your IP address, send anonymous email, and encrypt your Internet connection. High speed, ultra secure, and easy to use. Instant setup. Hide Your IP Now!