Commit e8a5689e authored by Lu Xu's avatar Lu Xu 👀

ImageField: set default image quality to 100

parent ef4e65ba
......@@ -79,7 +79,7 @@ class ImageFieldWidget(Widget.TextWidget):
description=(
"The quality used when converting the image. "
"This is only used with ERP5 Images."),
default=75,
default=100,
required=0)
image_pre_converted_only = fields.CheckBoxField('image_pre_converted_only',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment