mirror of
https://github.com/Pathduck/gallery3.git
synced 2024-10-29 21:07:18 -04:00
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:
parent
d74aad072d
commit
07acd2b750
@ -9,6 +9,9 @@
|
||||
provider: "pseudostreaming"
|
||||
},
|
||||
{
|
||||
clip: {
|
||||
scaling: 'fit'
|
||||
},
|
||||
plugins: {
|
||||
pseudostreaming: {
|
||||
url: "<?= url::abs_file("lib/flowplayer.pseudostreaming.swf") ?>"
|
||||
|
Loading…
Reference in New Issue
Block a user