sort
All checks were successful
deploy to production / deploy (push) Successful in 1m2s

This commit is contained in:
2023-12-08 12:48:26 +00:00
parent 7c793124a1
commit 39a4fd938c
2 changed files with 43 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ meta:
# Bildgröße bei der Anzeige im tibi-admin (Listen).
# Die Bildgröße für die Einbindung ins erzeugte HTML des ContentBuilder
# hat hiermit nix zu tun.
defaultImageFilter: s
defaultImageFilter: xs
multiupload:
fields: []
@@ -121,6 +121,37 @@ hooks:
type: javascript
file: hooks/clear_cache.js
imageFilter:
xs:
- fit: true
height: 90
width: 90
resampling: lanczos
quality: 60
s:
- fit: true
height: 300
width: 300
resampling: lanczos
quality: 60
m:
- fit: true
height: 600
width: 600
resampling: lanczos
quality: 60
l:
- fit: true
height: 1200
width: 1200
resampling: lanczos
quality: 60
xl:
- fit: true
height: 2000
width: 2000
resampling: lanczos
quality: 60
fields:
- name: file
type: file