From 9292b4d600809647723ebf81f3d54f86d27ca7d9 Mon Sep 17 00:00:00 2001 From: samipe Date: Mon, 6 May 2024 00:04:00 +0300 Subject: [PATCH] fix news img fit --- src/components/News.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/News.vue b/src/components/News.vue index 5c7dbc45..4b21cd76 100644 --- a/src/components/News.vue +++ b/src/components/News.vue @@ -56,7 +56,7 @@ export default { data: () => ({ expanded: false, news: [], - imgUrlParams: '?w=300&h=300&fit=fill' + imgUrlParams: '?w=500&h=500' }), computed: { loading() {