MyBB Community Forums

Full Version: How to add space around [video] tag?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For example:

[video=youtube]https://www.youtube.com/watch?v=Pu4R2_Zehm0[/video]


It doesn't automatically put some margin to the top and bottom.

Quick fix?
See template video_youtube_embed

You can try setting marginheight attribute on <iframe> - not supported in HTML5 though.

http://www.w3schools.com/tags/tag_iframe.asp
Thanks, added style="margin:0px;padding:0px;" but that doesn't change enough; it now adds one line break more than I want.

Marginheight then isn't really a solution for me if there's no combination of solutions that works across everything.

The template is located in the "Video MyCode Templates", if someone can't find it.