The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Resize embeded video clip in posts?
Does anyone know how to achieve this as I think that default size is to large?
Maybe I did not saw options in AdminCp related to this? |
#2
|
||||
|
||||
I don't think I've ever seen anything like that. Don't the embed sizes come from the originating site?
Although HTML 5 will have some sort of video tag, I've never seen any indication that it will allow on-the-fly resizing. |
#3
|
|||
|
|||
Quote:
My knowledge about this is very basic.... but I was editing many times embed code to resize video on my homepage or such....also here on vb.org we have several mods doing that stuff (not resizing but displaying in "normal" size) for example: https://vborg.vbsupport.ru/showthrea...150761&page=90 https://vborg.vbsupport.ru/showthread.php?t=229761 ... My engl is not that good, all I am asking is: When user attach video (through new option in editor) how to change size of what is displayed. Now that size is way to large for me! Where to change that code? If u ask me its kinda dumb to have this option without option to change size, or that size by default is "normal" |
#4
|
|||
|
|||
Styles & Templates –> Style Manager –> –> BBCode Layout Templates –> bbcode_video
find: <vb:elseif condition="$provider == 'youtube'" /> <object class="restrain" type="application/x-shockwave-flash" width="640" height="385" data="http://www.youtube.com/v/{vb:raw code}"> change to/in my case/: <vb:elseif condition="$provider == 'youtube'" /> <object class="restrain" type="application/x-shockwave-flash" width="512" height="308" data="http://www.youtube.com/v/{vb:raw code}"> changed size for 20% as by default is too big for me Thank you all for help :down: |
#5
|
|||
|
|||
tried it and not working
|
#6
|
|||
|
|||
Doesn't work for me either - any solutions ?
Want to increase videos width and height which are embeded via editor-video button ! I am using VB 4.1.12 |
#7
|
|||
|
|||
this method hasn't worked for me.
Any updated means to make this happen? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|