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"
|
name="quality"
|
||||||
min="0"
|
min="0"
|
||||||
max="100"
|
max="100"
|
||||||
step="0.01"
|
step="0.1"
|
||||||
value={options.quality}
|
value={options.quality}
|
||||||
onInput={this.onChange}
|
onInput={this.onChange}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user