Resize too big images

Some too big images, if they are animated GIF's and overflow the page size, are not animated any more.

We use animated GIFs for the demonstration how to do things in the knowledge base. This fix makes the GIFs move, even if they are big.
This commit is contained in:
Jachym Cepicky 2019-03-07 11:23:37 +01:00 committed by GitHub
parent cfd838b7f4
commit ffef07eef9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,3 +76,7 @@ Add your custom styles here
}
#helpdesk-body {padding-top: 100px;}
img.brand {padding-right: 30px;}
div.card-body img {
max-width: 900px;
}