Tune FilePond panel aspect ratios

This commit is contained in:
Jürgen Mummert
2026-03-01 11:34:24 +01:00
parent 15a93466b6
commit 83c632f2dc
2 changed files with 4 additions and 0 deletions
@@ -232,6 +232,8 @@
storeAsFile: true, storeAsFile: true,
allowMultiple: false, allowMultiple: false,
allowReplace: true, allowReplace: true,
stylePanelAspectRatio: 0.6666667,
styleItemPanelAspectRatio: 0.6666667,
credits: false, credits: false,
acceptedFileTypes: ['image/*'], acceptedFileTypes: ['image/*'],
allowImageResize: true, allowImageResize: true,
@@ -93,6 +93,8 @@
storeAsFile: true, storeAsFile: true,
allowMultiple: false, allowMultiple: false,
allowReplace: true, allowReplace: true,
stylePanelAspectRatio: 1,
styleItemPanelAspectRatio: 1,
credits: false, credits: false,
acceptedFileTypes: ['image/*'], acceptedFileTypes: ['image/*'],
allowImageResize: true, allowImageResize: true,