diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2011-01-25 22:45:03 +0100 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2011-01-25 22:45:03 +0100 |
commit | cdc9262868dcd658ca1105f284d390a15fd33729 (patch) | |
tree | d7752b86916b19658a7696def303ca082ceac85b /pages | |
parent | efc6c043a5fa0d557e82b562a8139e2a42541a89 (diff) | |
download | vdr-plugin-live-cdc9262868dcd658ca1105f284d390a15fd33729.tar.gz vdr-plugin-live-cdc9262868dcd658ca1105f284d390a15fd33729.tar.bz2 |
Applied patch supplied by vdr-portal.de user iNOB in the post:
http://www.vdr-portal.de/board/thread.php?postid=946704#post946704
It replaces the 4:3 tv image on the remote page with 16:9 one, which
is more appropriate for todays TV image ratios.
Diffstat (limited to 'pages')
-rw-r--r-- | pages/screenshot.ecpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/screenshot.ecpp b/pages/screenshot.ecpp index 0fc1a3c..c80c1c8 100644 --- a/pages/screenshot.ecpp +++ b/pages/screenshot.ecpp @@ -8,8 +8,8 @@ using namespace vdrlive; </%pre> <%args> int quality = 80; -int width = 320; -int height = 240; +int width = 569; +int height = 320; </%args> <%session scope="global"> bool logged_in(false); |