diff options
author | Bharat Mediratta <bharat@menalto.com> | 2011-01-07 21:44:03 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2011-01-07 21:44:03 -0800 |
commit | 7bbbe307ac3979b3e540d379c45a88046e4ff0e4 (patch) | |
tree | 04aed94c5c732281cd50d0e8b8467ca56cde0127 | |
parent | d17ba036ee2a4cadb5d1fa03397bbf975d6c254b (diff) | |
parent | 07acd2b750db4a8f77015474254cb1d9f8307d25 (diff) |
Merge branch 'Ticket#1154' of git://github.com/Joe7/gallery3
-rw-r--r-- | modules/gallery/views/movieplayer.html.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/gallery/views/movieplayer.html.php b/modules/gallery/views/movieplayer.html.php index 2e79b620..5c280a36 100644 --- a/modules/gallery/views/movieplayer.html.php +++ b/modules/gallery/views/movieplayer.html.php @@ -9,6 +9,9 @@ provider: "pseudostreaming" }, { + clip: { + scaling: 'fit' + }, plugins: { pseudostreaming: { url: "<?= url::abs_file("lib/flowplayer.pseudostreaming.swf") ?>" |