Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoverna committed Apr 8, 2024
1 parent fa6c905 commit 7ef88d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SRCImage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export function SRCImage({
const placeholderStyle: React.CSSProperties | undefined =
usePlaceholder && data.base64
? {
backgroundImage: `url(${data.base64})`,
backgroundImage: `url("${data.base64}")`,
backgroundSize: 'cover',
backgroundRepeat: 'no-repeat',
backgroundPosition: '50% 50%',
Expand Down

0 comments on commit 7ef88d0

Please sign in to comment.