diff options
-rw-r--r-- | css/styles.css | 8 | ||||
-rw-r--r-- | grab.cpp | 2 | ||||
-rw-r--r-- | live/img/tv.jpg | bin | 48098 -> 122494 bytes | |||
-rw-r--r-- | pages/screenshot.ecpp | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/css/styles.css b/css/styles.css index 45ee9bf..cef24b3 100644 --- a/css/styles.css +++ b/css/styles.css @@ -1053,16 +1053,16 @@ div.recording_item { div.screenshot { background-image: url(img/tv.jpg); background-repeat: no-repeat; - height: 240px; - width: 320px; + height: 320px; + width: 569px; float: left; padding: 20px 20px 98px 21px; margin-right: 20px; } div.screenshot img { - width: 320px; - height: 240px; + width: 569px; + height: 320px; } /* @@ -13,7 +13,7 @@ const unsigned int GrabPauseIntervalMs = GrabMinIntervalMs * 20; class GrabImageTask: public StickyTask { public: - explicit GrabImageTask( int quality = 80, int width = 320, int height = 240 ) + explicit GrabImageTask( int quality = 80, int width = 729, int height = 480 ) : m_firstTime( 0 ) , m_lastTime( 0 ) , m_quality( quality ) diff --git a/live/img/tv.jpg b/live/img/tv.jpg Binary files differindex 34aee1c..afcec8b 100644 --- a/live/img/tv.jpg +++ b/live/img/tv.jpg 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); |