Embedded YouTube videos not resizing to fit window
Embedded YouTube videos not resizing to fit window
ben@d7ab5755 Monday 17th July 2023, 00:38:18I was happy to see that embedding YouTube videos work great by using the following tags in a forum post
Minus the *
But on my forum and on this forum also, the video overflows the page and won't resize properly when viewing the post both on the blog or from a forum post when viewing it from a mobile device. It looks fine from a desktop PC though.
Not sure where to look to fix this, is the file that controls this part of the bootstrap template CSS or a PHP file?
Here's an example:
Minus the *
[*youtube]KF0gsbQKhD8[/youtube]
But on my forum and on this forum also, the video overflows the page and won't resize properly when viewing the post both on the blog or from a forum post when viewing it from a mobile device. It looks fine from a desktop PC though.
Not sure where to look to fix this, is the file that controls this part of the bootstrap template CSS or a PHP file?
Here's an example:
Last modified by ben@d7ab5755 on Monday 17th July 2023, 00:41:00
Replies 3
file location:
search:
replace with:
example::
lib/BBcode.lib.php
search:
iframe width="560" height="315"
replace with:
iframe style="width: 100%;height: 500px;"
example::
<iframe style="width: 100%;height: 500px;" src="//www.youtube.com/embed/' .$match[1]. '" frameborder="0" allowfullscreen></iframe>
Suggested Topics
zetrader@d276d714
started 🇫🇷 Est-il facile d'uploader des images ? Test upload images
Open Bar
123456789abc01
started Upgrading from basic to pro - can I ... ???
Open Bar
AlexanderLiebrecht@5e3cf8af
started plugin Google Adsense displays more than 3 banners per forum topic page
Bug reports
AlexanderLiebrecht
started solved Date in the topics does not match - v1.0 RC1
Bug reports