Skip to content

Commit 9292b4d

Browse files
committed
fix news img fit
1 parent a4681e6 commit 9292b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/News.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default {
5656
data: () => ({
5757
expanded: false,
5858
news: [],
59-
imgUrlParams: '?w=300&h=300&fit=fill'
59+
imgUrlParams: '?w=500&h=500'
6060
}),
6161
computed: {
6262
loading() {

0 commit comments

Comments
 (0)