Skip to content

Commit

Permalink
fix: add Arabic font support and SVG upload
Browse files Browse the repository at this point in the history
  • Loading branch information
BasselArt committed Dec 31, 2024
1 parent 22a2903 commit a99fcbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/handlers/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func Favicon() web.HandlerFunc {
return c.BadRequest(web.Map{})
}

size = between(size, 50, 200)
size = between(size, 50, 1000)

opts := []imagic.ImageOperation{}
if size > 0 {
Expand Down

0 comments on commit a99fcbf

Please sign in to comment.