From b36014c74aeae660b71fba9d2ffc99f8d10e311d Mon Sep 17 00:00:00 2001 From: Jake Archibald Date: Sat, 20 Oct 2018 16:04:05 +0100 Subject: [PATCH] Don't need that many steps --- src/codecs/webp/options.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/codecs/webp/options.tsx b/src/codecs/webp/options.tsx index 70d5a3c4..329ac26c 100644 --- a/src/codecs/webp/options.tsx +++ b/src/codecs/webp/options.tsx @@ -152,7 +152,7 @@ export default class WebPEncoderOptions extends Component { name="quality" min="0" max="100" - step="0.01" + step="0.1" value={options.quality} onInput={this.onChange} >