Skip to content

Commit

Permalink
fix news img fit
Browse files Browse the repository at this point in the history
  • Loading branch information
samipe committed May 5, 2024
1 parent a4681e6 commit 9292b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/News.vue
Expand Up @@ -56,7 +56,7 @@ export default {
data: () => ({
expanded: false,
news: [],
imgUrlParams: '?w=300&h=300&fit=fill'
imgUrlParams: '?w=500&h=500'
}),
computed: {
loading() {
Expand Down

0 comments on commit 9292b4d

Please sign in to comment.