Skip to content

Commit

Permalink
chore: remove width restriction for uploaded images
Browse files Browse the repository at this point in the history
Refs: OPS-10398
  • Loading branch information
lazysoundsystem committed Aug 8, 2024
1 parent ec1cd4c commit ec2e46a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/editor.editor.basic_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ image_upload:
directory: inline-images
max_size: null
max_dimensions:
width: 800
width: null
height: null
2 changes: 1 addition & 1 deletion config/editor.editor.full_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,5 +187,5 @@ image_upload:
directory: inline-images
max_size: null
max_dimensions:
width: 800
width: null
height: null

0 comments on commit ec2e46a

Please sign in to comment.