Kumpulan JavaScript Blogger
Script Video Play Youtube
<style>
/* Styling untuk video YouTube */
.youtube-video {
text-align: center;
margin: 20px 0;
}
.youtube-video iframe {
max-width: 100%;
height: auto;
}
</style>
<!-- Video YouTube Player -->
<div class="youtube-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/VIDEO_ID"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>
</div>