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 8d13ce4 commit cc8e54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NakedImage/index.ts
Expand Up @@ -105,7 +105,7 @@ export const NakedImage = defineComponent({
const placeholderStyle =
this.usePlaceholder && !this.loaded && this.data.base64
? {
backgroundImage: `url(${this.data.base64})`,
backgroundImage: `url("${this.data.base64}")`,
backgroundSize: 'cover',
backgroundRepeat: 'no-repeat',
backgroundPosition: '50% 50%',
Expand Down

0 comments on commit cc8e54c

Please sign in to comment.