...
...
HTML |
---|
<div class="video-container">
<iframe
src=" |
...
https://www.youtube.com |
...
/embed/cPnOfqqZekA"
frameborder="0"
allowfullscreen>
</iframe>
</div>
<style>
.video-container {
position: relative;
width: 100%;
max-width: 610px;
margin: 0 auto;
padding-top: 42%; /* Manter proporção de 16:9 */
background-color: #000;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
</style> |
...
HTML |
---|
<div class="video-container">
<iframe
src=" |
...
https://www.youtube.com |
...
/embed/pYkWXM4doTg"
frameborder="0"
allowfullscreen>
</iframe>
</div>
<style>
.video-container {
position: relative;
width: 100%;
max-width: 610px;
margin: 0 auto;
padding-top: 42%; /* Manter proporção de 16:9 */
background-color: #000;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
</style> |
...
HTML |
---|
<div class="video-container">
<iframe
src=" |
...
https://www.youtube.com/ |
...
embed/NH6IbY36pxg"
frameborder="0"
allowfullscreen>
</iframe>
</div>
<style>
.video-container {
position: relative;
width: 100%;
max-width: 610px;
margin: 0 auto;
padding-top: 42%; /* Manter proporção de 16:9 */
background-color: #000;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
</style> |