[rhythmbox: 1/2] fix albumart width in webremote ui



commit c58e6ab327e1cc1209f111b7761556100d6aeb2b
Author: Quentin de Metz <quentin de me tz>
Date:   Wed Nov 7 17:46:30 2018 +0100

    fix albumart width in webremote ui

 plugins/webremote/css/webremote.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/webremote/css/webremote.css b/plugins/webremote/css/webremote.css
index 6b6b03c92..49e565acf 100644
--- a/plugins/webremote/css/webremote.css
+++ b/plugins/webremote/css/webremote.css
@@ -33,14 +33,14 @@ div#trackimage {
 }
 img.albumart {
        height: 100%;
-       width: auto;
+       max-width: 100%;
        margin: 10px auto;
        display: block;
        border: 0.1rem solid black;
 }
 img.noalbumart {
        height: 100%;
-       width: auto;
+       max-width: 100%;
        margin: 10px auto;
        display: block;
        border: none;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]