Skip to content

Commit 881663a

Browse files
committed
changed cover to contain
1 parent 5611fdd commit 881663a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ComponentDisplay.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export default {
170170
console.log('mockBg is working', this.imagePath[this.activeRoute])
171171
return this.imagePath[this.activeRoute]
172172
? {
173-
background: `url("${this.userImage}") center/cover no-repeat`
173+
background: `url("${this.userImage}") center/contain no-repeat`
174174
}
175175
: {}
176176
}

0 commit comments

Comments
 (0)