Set video player to keep the aspect ratio of the video when playing in fullscreen

Fixes ticket #1154 - credit goes to floridave
This commit is contained in:
Joe7 2011-01-06 06:57:55 +01:00
parent d74aad072d
commit 07acd2b750

View File

@ -9,6 +9,9 @@
provider: "pseudostreaming"
},
{
clip: {
scaling: 'fit'
},
plugins: {
pseudostreaming: {
url: "<?= url::abs_file("lib/flowplayer.pseudostreaming.swf") ?>"