mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Auto-scale large images down to container size (#1529)
Automatically scales images larger than the containing div down to the size of the div.
This commit is contained in:
parent
2adf56b208
commit
c56af9afe8
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ landingDiv {
|
|||
img.center {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
img.bg {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue