Si simplemente embebemos los vídeos de Facebook, aparecen cortados en pantallas pequeñas. Queremos embeberlos de manera “responsive”.
Esto ya se ha hecho y no hace falta hacerlo de nuevo.
.iframe-container {
overflow: hidden;
padding-top: 56.25%;
position: relative;
}
.iframe-container iframe {
border: 0;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
ej "https://www.facebook.com/plugins/video.php?href=https%3A%2F%2Ffb.watch%2F8JyprN1Qw9%2F&width=500&show_text=false&height=281&appId"
https://www.facebook.com/plugins/video.php?href=https%3A%2F%2Ffb.watch%2F8JyprN1Qw9%2F&width=500&show_text=false&height=281&appId