Allow to resize images and video view in reg viewable mode

spirogg

Active member
hello, when using a custom theme and viewing the embed videos ( youtube for example, its height is to much and you cant see the whole video area) would love to have a area in the (addon section) of the media addon to size the embed videos on the one page view only.
thanks
Spiro
 
Upvote 1
You said custom theme, so I was referring to the designer of the custom theme.

If it's a style you've created yourself, you will need to check what you've changed that is causing videos to not display correctly.
 
You said custom theme, so I was referring to the designer of the custom theme.

If it's a style you've created yourself, you will need to check what you've changed that is causing videos to not display correctly.
ok what i did in custom template added this code to make it adjustabel

- I added in custom template

this below:

.bbMediaWrapper, .bbMediaJustifier, .bbOembed {
max-width: 80%;
margin: 0;
}

(PS change 80% to whatever you need 85% 90% etc)

then it aligns center and you can adjust the video to match whatever width you want.

default xenforo template is 1200px mine is set to 1300 so the adjustment above helps to center and make the video space fully viewable on my site..

thanks

Spiro
 
Top Bottom