<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>video Intro</title>
<!-- Include JW Player library -->
<script src="https://jwpsrv.com/library/O4mPlqeTEeK_viIACpYGxA.js"></script>
</head>
<body>
<!-- JW Player container -->
<div id="player"></div>
<script>
// Initialize JW Player
var player = jwplayer("player").setup({
file: "https://video-previews.elements.envatousercontent.com/h264-video-previews/894f910a-a175-4e33-bae8-b21719a8e123/43372112.mp4", // Replace with your video URL
width: "100%",
aspectratio: "16:9" // Change as needed
});
</script>
</body>
</html>(code-box)


0 Comments