Reduce CLS in channel page.

This commit is contained in:
FireMasterK 2021-04-23 18:56:08 +05:30
parent 7c8e1165b8
commit 1bca91d4dc
No known key found for this signature in database
GPG Key ID: 8DFF5DD33E93DB58
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
v-for="item in this.channel.relatedStreams"
>
<router-link class="uk-link-muted uk-text-justify" v-bind:to="item.url || '/'">
<img style="width: 100%" v-bind:src="item.thumbnail" loading="lazy" />
<img height="94" width="168" style="width: 100%" v-bind:src="item.thumbnail" loading="lazy" />
<a>{{ item.title }}</a>
</router-link>
<br />