Amp uyumlu web sitemde içerik içerisinde iframe ile youtube videosu yayınlamak istediğimde "The tag 'amp-iframe' contains the attribute 'height' repeated multiple times." uyarısı ile yasak diyor.
bu şekilde div içine alırsan sorun olmaz sanırım.
.video-responsive{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.video-responsive iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}