Skip to content

Commit 3ca5763

Browse files
authored
fix image body dimensions declaration (#232)
Co-authored-by: gounux <[email protected]>
1 parent 703e7aa commit 3ca5763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geotribu_cli/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class GeotribuDefaults:
116116

117117
# images
118118
images_body_extensions: tuple = (".png", ".jpg", ".jpeg", ".webp")
119-
images_body_dimensions_max: tuple = (".png", ".jpg", ".jpeg", ".webp")
119+
images_body_dimensions_max: tuple = (400, 800)
120120
images_header_extensions: tuple = (".png", ".jpg", ".jpeg")
121121
images_header_dimensions_ratio: int = 400 * 800
122122
images_icon_extensions: tuple = (".png", ".jpg", ".jpeg", ".webp")

0 commit comments

Comments
 (0)