We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6d2ff commit 932a15cCopy full SHA for 932a15c
src/index.tsx
@@ -28,7 +28,7 @@ export class ProgressiveImage extends React.Component<ProgressiveImageProps, Pro
28
this.fetch(preview)
29
.then(previewDataURI => this.setState({ src: previewDataURI, blur: initialBlur }))
30
.then(() => this.fetch(src))
31
- .then(srcDataURI => this.setState({ src: srcDataURI, blur: initialBlur }));
+ .then(srcDataURI => this.setState({ src: srcDataURI, blur: 0 }));
32
}
33
34
render() {
0 commit comments