Selamat datang diblog saya ( Welcome to my blog)

Thursday, 23 March 2017

Cascading Style Sheet video embed dari Youtube

Penyajian video juga bisa memanfaatkan elemen iframe yang dilinkkan ke
alamat video tertentu , misalnya www.youtube.com. Berikut adalah penerapan
CSS secara embed untuk menampilan video dari youtube.

<html>
<head>
<title>Test</title>
<style>
.videoWrapper { position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0; }
.videoWrapper iframe { position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
</style>
</head>
<body>
<div class="videoWrapper">
<!-- Copy & Pasted from YouTube -->
<iframe width="560" height="349"
src="http://www.youtube.com/embed/n_dZNLr2cME?rel=0&hd=1"
frameborder="0" allowfullscreen></iframe>
</div>
</body>
</html>

0 komentar:

Post a Comment

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Design by Free WordPress Themes | Bloggerized by Lasantha - Premium Blogger Themes | Best Web Host