We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee92bf1 commit 021e204Copy full SHA for 021e204
src/components/auto/list.vue
@@ -114,11 +114,11 @@ export default {
114
});
115
const config = {
116
file: files[0],
117
- maxSize: 600
+ maxSize: 700
118
};
119
const configPreview = {
120
121
- maxSize: 400
+ maxSize: 500
122
123
this.blobImage = await helper(config);
124
this.blobImagePreview = await helper(configPreview);
src/components/auto/listAutoItem.vue
@@ -5,7 +5,7 @@
5
<v-img
6
:src="auto.imageUrl ? auto.imageUrl : ''"
7
:alt="auto.imageName"
8
- max-height="500px"
+ max-height="600px"
9
aspect-ratio="1"
10
></v-img>
11
<v-card-title primary-title>
0 commit comments