Skip to content

Commit 021e204

Browse files
author
aafomin
committed
change maxSixe image to load auto
1 parent ee92bf1 commit 021e204

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/auto/list.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@ export default {
114114
});
115115
const config = {
116116
file: files[0],
117-
maxSize: 600
117+
maxSize: 700
118118
};
119119
const configPreview = {
120120
file: files[0],
121-
maxSize: 400
121+
maxSize: 500
122122
};
123123
this.blobImage = await helper(config);
124124
this.blobImagePreview = await helper(configPreview);

src/components/auto/listAutoItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<v-img
66
:src="auto.imageUrl ? auto.imageUrl : ''"
77
:alt="auto.imageName"
8-
max-height="500px"
8+
max-height="600px"
99
aspect-ratio="1"
1010
></v-img>
1111
<v-card-title primary-title>

0 commit comments

Comments
 (0)