Quote:
Originally Posted by Videx
Probably the closest you'll come is Full Screen Button in Youtube embedded Videos. After all, you can't actually embed an HD video. Certainly not a 1080p video anyway as that would fill most people's screens.
Then there's the fact that many (most?) videos don't even have an HD version.
|
This is incorrect.
Quote:
Originally Posted by archet1337
This is a great mod, but there is one thing that I can't figure out..
Is is possible to have all the embedded Youtube videos play in HQ by default? Or at least have the option to choose quality from the embedded player?
|
AdminCP>AME CP>Display>Youtube
Change the embed to:
Code:
<object width="853" height="510"><param name="movie" value="http://www.youtube.com/v/{vb:raw code}?fs=1&hl=en_US&rel=0&hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/{vb:raw code}?fs=1&hl=en_US&rel=0&hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="853" height="510"></embed></object>
For best results you would increase the size to 1280x750 but that would look stupid inside posts because it's too bad. You can mess with the width and height in the above to get it just right for your board.