Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
fix: remove blur
Browse files Browse the repository at this point in the history
  • Loading branch information
hirbod committed Nov 20, 2023
1 parent 1d59aff commit 21da74e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const ImagePreview = ({
}}
/>
<motion.img
src={`${fileObj.url}?optimizer=image&width=300&quality=50&blur=100`}
src={`${fileObj.url}?optimizer=image&width=300&quality=50`}
alt=""
layoutId={attachment.id.toString()}
style={{
Expand Down

0 comments on commit 21da74e

Please sign in to comment.