I prefer to size my iframe depending on what I'm putting in there.
And if you want a border around your iframes then change html replacement to frameborder="1"
I use what you have there. The full url because it's not used for youtube videos only. And specify width and height.This is the html syntax I used : <iframe src="url" height="480" width="800"></iframe>
[iframe={NUMBER1},{NUMBER2}]{URL}[/iframe]
<iframe src="{URL}" frameborder="0" marginwidth="0" marginheight="0" scrolling="yes" width="{NUMBER1}" height="{NUMBER2}" allowfullscreen></iframe>
Iframe: [iframe=width,height]url[/iframe]
Example post: [iframe=800,400]https://www.phpbb.com/app.php/mchat[/iframe]
And if you want a border around your iframes then change html replacement to frameborder="1"
Statistics: Posted by Sniper_E — Wed Aug 28, 2024 1:23 pm