From 67bb30215b27ff8f3d0ca26c751fe55be7c387dd Mon Sep 17 00:00:00 2001 From: rWatcher Date: Sat, 6 Nov 2010 01:34:17 -0400 Subject: [PATCH] Fix for full screen aspect ratio bug (Ticket #1154). --- 3.0/modules/videos/views/movieplayer.html.php | 3 +++ 3.1/modules/videos/views/movieplayer.html.php | 3 +++ 2 files changed, 6 insertions(+) diff --git a/3.0/modules/videos/views/movieplayer.html.php b/3.0/modules/videos/views/movieplayer.html.php index b960e1d7..1cf46cda 100644 --- a/3.0/modules/videos/views/movieplayer.html.php +++ b/3.0/modules/videos/views/movieplayer.html.php @@ -19,6 +19,9 @@ provider: "pseudostreaming" }, { + clip: { + scaling: 'fit' + }, plugins: { pseudostreaming: { url: "" diff --git a/3.1/modules/videos/views/movieplayer.html.php b/3.1/modules/videos/views/movieplayer.html.php index b960e1d7..1cf46cda 100644 --- a/3.1/modules/videos/views/movieplayer.html.php +++ b/3.1/modules/videos/views/movieplayer.html.php @@ -19,6 +19,9 @@ provider: "pseudostreaming" }, { + clip: { + scaling: 'fit' + }, plugins: { pseudostreaming: { url: ""