PDA

View Full Version : smaller embedded video


adembaba
03-08-2010, 02:51 PM
Hey

How can i change the size of videos(eg youtube video's)

The sizes are too big==>for example http://www.bizimmekan.be/showthread.php?53-Ilahiler/page2

pant
03-08-2010, 02:55 PM
Hey

How can i change the size of videos(eg youtube video's)

The sizes are too big==>for example http://www.bizimmekan.be/showthread.php?53-Ilahiler/page2

I did this in VB3 and it was just modifying some code in the plugin manager, very easy. Not entirerly sure how you do it in VB4 but try googling something along the lines of 'change youtube resolution vbulletin' Sorry I can't be anymore help :)

Blooded
03-08-2010, 03:26 PM
there is a bbcode for youtube videos that cant resize the video when you put it on your forum
just change the height and width
Title : YouTube

Tag : youtube
Replacement :

<object width="425" height="355">
<param name="movie" value="http://www.youtube.com/v/{param}"></param>
<param name="wmode" value="transparent"></param>
<embed src="http://www.youtube.com/v/{param}"
type="application/x-shockwave-flash" wmode="transparent"
width="425" height="355"></embed>
</object>


See just change the width and height

Example:
lk6Q4FpW-sY

just the id

Use {option} : No
optional
Button img:

/image/buttons/youtube.gif

adembaba
03-08-2010, 03:28 PM
I did this in VB3 and it was just modifying some code in the plugin manager, very easy. Not entirerly sure how you do it in VB4 but try googling something along the lines of 'change youtube resolution vbulletin' Sorry I can't be anymore help :)
IT WORKED

i searched but couldn't find it, but your keywords are much better. you just had to go to template bbcode_video and change widt and height.

more info here http://www.vbulletin.com/forum/showthread.php?339631-Changing-the-size-of-the-embedded-video

Winter Sonata
01-07-2011, 03:10 PM
guys, you have helped me a lot !!!!!!!!!!!