Fluid Width iFrame

Developer
Size
1,606 Kb
Views
18,216

How do I make an fluid width iframe?

What is a fluid width iframe? How do you make a fluid width iframe? This script and codes were developed by El Alemaño on 15 November 2022, Tuesday.

Fluid Width iFrame Previews

Fluid Width iFrame - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Fluid Width iFrame</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="videoWrapper"> <!-- Copy & Pasted from YouTube --> <iframe width="560" height="349" src="https://www.youtube.com/embed/n_dZNLr2cME?rel=0&hd=1" frameborder="0" allowfullscreen></iframe>
</div>
</body>
</html>

Fluid Width iFrame - Script Codes CSS Codes

body { margin: 0; padding: 0;
}
.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%;
}
Fluid Width iFrame - Script Codes
Fluid Width iFrame - Script Codes
Home Page Home
Developer El Alemaño
Username elalemanyo
Uploaded November 15, 2022
Rating 3
Size 1,606 Kb
Views 18,216
Do you need developer help for Fluid Width iFrame?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

El Alemaño (elalemanyo) Script Codes
Create amazing love letters with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!