selamat malam
saya mau menanyakan , saya sedang mengerjakan proyek video , dalam hal ini saya meload embed youtube dari database dan menampilkan nya di web , tapi saya ingin agar videonya responsif , adakah caranya ya ?
ini script php saya :
<?php
include_once ('config.php');
$output = "";
$sql = mysql_query("select * from video order by id desc");
while ($row = mysql_fetch_array($sql)) {
$video = $row["embed"];
$video = html_entity_decode($video);
$title = $row["judul"];
$output .= '<div><strong>' .$title. '</strong><br /> <br />' .$video. '<br /><br /></div>';
}
?>
<html>
<head>
<title>dika</title>
</head>
<body>
<?php echo $output; ?>
</body>
</html>
0 jempol
bramanto
300
1167
·
9 tahun, 3 bulan yang lalu
·
0 jempol
Hai coder @nusandika. Wah menarik sekali! Sebagai referensi terkait, coder dapat membuka beberapa tautan ini. http://jsfiddle.net/masau/7wrhm/ https://www.smashingmagazine.com... http://stackoverflow.com/questio...