Articles → BOOTSTRAP → Responsive Embeds In Bootstrap
Responsive Embeds In Bootstrap
Purpose
Example
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/RR63tgLcczc"></iframe>
</div>
</div>
</body>
</html>
Output
Click to Enlarge