We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b587da commit 4da8616Copy full SHA for 4da8616
src/components/News.vue
@@ -56,7 +56,7 @@ export default {
56
data: () => ({
57
expanded: false,
58
news: [],
59
- imgUrlParams: '?w=500&h=500'
+ imgUrlParams: '?fm=webp&w=300&h=300'
60
}),
61
computed: {
62
loading() {
src/components/Sponsors.vue
@@ -14,7 +14,7 @@
14
class="sponsor card mb-small">
15
<div
16
class="img-container mb-small"
17
- :style="`background-image: url(${sponsor.fields.logo.fields.file.url})`" />
+ :style="`background-image: url(${sponsor.fields.logo.fields.file.url}?fm=webp&w=300&h=300)`" />
18
</a>
19
</div>
20
<div class="col-sm-12 type-small type-right pr-small" v-html="$t('development.howToJoin')" />
0 commit comments