mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-11 16:26:20 +00:00
Don't need that many steps
This commit is contained in:
@@ -152,7 +152,7 @@ export default class WebPEncoderOptions extends Component<Props, State> {
|
||||
name="quality"
|
||||
min="0"
|
||||
max="100"
|
||||
step="0.01"
|
||||
step="0.1"
|
||||
value={options.quality}
|
||||
onInput={this.onChange}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user