2
Guys, here’s the thing, I need to make an iframe responsive. Only to complicate matters, I have no way of getting this iframe wrapped in another element. Ex:
<div class="content">
<h1>Meu Titulo</h1>
<p>Meu artigo</p>
<iframe src="http://youtube.com/embed/bla"></iframe>
</div>
I need to make this responsive, with no elements to involve the iframe. I don’t even know if that’s possible, but if it is, it would be really helpful, if you could help me with that,.
Thank you, that helps.
– Aprendiz