<iframe> vertical alignment doesn’t work with normal valign property declaration. It has to be adjusted using CSS. Here’s the CSS codes:
iframe { vertical-alignment: top; }
By default if this is set, it aligned to the middle vertically.
Read More »
iframe { vertical-alignment: top; }
By default if this is set, it aligned to the middle vertically.