I would like to enlarge the video size of the youtube video embeds to go from what it is now to this size when browsing a "amp" url. It also remains responsive, what changes to the bbcode or elsewhere, should I make?
Partial fix found.
Partial fix found.
I would like to increase the size of embedded videos in XenForo 2.1. The current size of the likes of YouTube (560 x 315) seems to be a bit small, so I thought I'd change it to 800 x 450.
From what I can tell, the way you do this is to edit the relevant template in your style, in this case _media_site_embed_youtube. I did this and replaced
Checking one of the pages I have a video on, I noticed that the video still displayed at 560 x 315, not 800 x 600. Inspecting the code and I can see the change...
From what I can tell, the way you do this is to edit the relevant template in your style, in this case _media_site_embed_youtube. I did this and replaced
width="560" height="315"
with width="800" height="450"
then saved the template.Checking one of the pages I have a video on, I noticed that the video still displayed at 560 x 315, not 800 x 600. Inspecting the code and I can see the change...
- Martok
- Replies: 5
- Forum: XenForo questions and support
Last edited: