Skip to content

Commit

Permalink
Merge branch 'main' into fix/fix-header-check-image-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
gounux authored Jul 7, 2024
2 parents 328ac9e + 3ca5763 commit 9fcdc33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geotribu_cli/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class GeotribuDefaults:

# images
images_body_extensions: tuple = (".png", ".jpg", ".jpeg", ".webp")
images_body_dimensions_max: tuple = (".png", ".jpg", ".jpeg", ".webp")
images_body_dimensions_max: tuple = (400, 800)
images_header_extensions: tuple = (".png", ".jpg", ".jpeg")
images_header_dimensions_ratio: int = 400 * 800
images_icon_extensions: tuple = (".png", ".jpg", ".jpeg", ".webp")
Expand Down

0 comments on commit 9fcdc33

Please sign in to comment.