I'm trying to create a Youtube Embedded video on my responsive website. Since I am using 3 media screen ( for phone, tablet and pc/laptop ). The problem is when I embed this code
<iframe width="560" height="315" src="//www.youtube.com/embed/kHqY2Bkva7A?rel=0" frameborder="0" allowfullscreen></iframe>
it works well on desktop, cause the width resolution is bigger than 560. But, when I open it with phone, it becomes disaster, because the max width is 480.
Anyone could help to solve this problem? Can I make the youtube embedded video responsive aswell ?
Thank you before