Skip to content

Commit

Permalink
fix(QImg): JSON > initial-ratio wrong default value
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed May 3, 2024
1 parent 9c9d777 commit dbf502c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/img/QImg.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"initial-ratio": {
"type": [ "String", "Number" ],
"desc": "Use it when not specifying 'ratio' but still wanting an initial aspect ratio",
"default": "1.77778",
"default": "1.7778",
"examples": [
"# (Number format) :initial-ratio=\"16/9\"",
"# (String format) initial-ratio=\"1\""
Expand Down

0 comments on commit dbf502c

Please sign in to comment.