In the HTML editor from for example the articles module, a video can be added. But how can i make the video (for example a youtube video) also responsive.
Both types of adding (standard and embedded) result in embedded version like this
<p><iframe src="//www.youtube.com/embed/d4gJdorCA5Y" width="560" height="314" allowfullscreen="allowfullscreen"></iframe></p>
<p> </p>
<p><iframe src="//www.youtube.com/embed/d4gJdorCA5Y" width="736" height="444" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
I read here about this topic.
https://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php
Is a boonex solution missing? Should not the articles modules already "embed" the video in a responsive way?