max image dimensions are now 10000x10000
This commit is contained in:
parent
4d607ed3e7
commit
da5c9974e6
@ -488,7 +488,7 @@ QR =
|
|||||||
|
|
||||||
rules = $('ul.rules').textContent.trim()
|
rules = $('ul.rules').textContent.trim()
|
||||||
QR.min_width = QR.min_height = 1
|
QR.min_width = QR.min_height = 1
|
||||||
QR.max_width = QR.max_height = 5000
|
QR.max_width = QR.max_height = 10000
|
||||||
try
|
try
|
||||||
[_, QR.min_width, QR.min_height] = rules.match(/.+smaller than (\d+)x(\d+).+/)
|
[_, QR.min_width, QR.min_height] = rules.match(/.+smaller than (\d+)x(\d+).+/)
|
||||||
[_, QR.max_width, QR.max_height] = rules.match(/.+greater than (\d+)x(\d+).+/)
|
[_, QR.max_width, QR.max_height] = rules.match(/.+greater than (\d+)x(\d+).+/)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user