Let's try 95...

This commit is contained in:
Thomas Zarebczan 2022-04-01 21:50:10 -04:00
parent 7ccaf06527
commit b7b27136fd

View file

@ -38,7 +38,7 @@ function OptimizedImage(props: Props) {
const { const {
src, src,
width = 0, // 0 = use intrinsic width width = 0, // 0 = use intrinsic width
quality = 85, quality = 95,
waitLoad, waitLoad,
...imgProps ...imgProps
} = props; } = props;