I have youtube embed
<iframe id="you" style="max-width:100%;" width="672" height="378"
src="https://www.youtube.com/embed/rMCILWXXXXX">
I set max-width:100%;
for mobile phone.
When screen size is under 672, iframe is made to be smaller.
However height doesn't , even I set height="auto"
it doesn't keep proportional.
How can I do this??
I can not do this with only css??
I need to use jquery or something to keep ratio?