Browse Source

Maintain aspect ratio

php7-stretch
Nico Rey 3 years ago
parent
commit
eb3d8650db
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      templates/webpanel/style.css

+ 2
- 1
templates/webpanel/style.css View File

@@ -73,6 +73,7 @@ body {
max-width: 200px;
max-height: 200px;
width: 100%;
object-fit: cover;
}

#satimgdiv {
@@ -96,4 +97,4 @@ footer {

img.img-footer {
max-width: 100%;
}
}

Loading…
Cancel
Save