Re: Markup proposal: do videos like the new quotes.
Reply #16 –
sQuote from: Antechinus - .elk_video_container {
max-width: 100%;
}
That does not work either, it still overflows as the iframe is not responsive ... plus on a less wide screen you are left with a ginormous video embed, takes up too much room.Now we are talking, @Frenzie comes to the rescue!. I read up a bit on the aspect-ratio rule and they discuss how it helps combat the iframe problem (what we used to do was a 16/9 or 4/3 padding trick, but that stopped working when things were inline-blocked). So I played around a bit with aspect-ratio and I'm
it may be working now.