ampforwp-custom-theme
ampforwp-custom-theme copied to clipboard
iframe video height problem
in my wordpress article i add a iframe video. this is a code
<iframe id="playeriframe" src="VIDEO URL" frameborder="0" scrolling="no" style="height:100%;width:100%" allowfullscreen="allowfullscreen"></iframe>
but my video is stretch. Your plugin force height of <amp-iframe to 400px.
why? I can avoid it?