Skip to content

Commit

Permalink
Fix regression
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoverna committed May 31, 2024
1 parent e5eedce commit ba60c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Image/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export const Image = defineComponent({
left: '-5%',
top: '-5%',
width: '110%',
height: 'auto',
height: this.data.base64 ? 'auto' : '110%',
maxWidth: 'none',
maxHeight: 'none',
...this.placeholderStyle,
Expand Down

0 comments on commit ba60c7d

Please sign in to comment.