feat: add param to disable img resizing

This commit is contained in:
Oleg Lobanov
2020-07-23 12:38:03 +02:00
parent bc00165094
commit aa78e3ab1f
7 changed files with 42 additions and 28 deletions

View File

@@ -39,6 +39,7 @@ func handleWithStaticData(w http.ResponseWriter, _ *http.Request, d *data, box *
"CSS": false,
"ReCaptcha": false,
"Theme": d.settings.Branding.Theme,
"EnableThumbs": d.server.EnableThumbnails,
}
if d.settings.Branding.Files != "" {