diff --git a/ui/component/optimizedImage/view.jsx b/ui/component/optimizedImage/view.jsx index 876881ea8..8f038a8d9 100644 --- a/ui/component/optimizedImage/view.jsx +++ b/ui/component/optimizedImage/view.jsx @@ -38,7 +38,7 @@ function OptimizedImage(props: Props) { const { src, width = 0, // 0 = use intrinsic width - quality = 85, + quality = 95, waitLoad, ...imgProps } = props;