Set fixed uploader avatar size on Watch Video page

This commit is contained in:
Glen Lowland 2023-10-11 13:17:47 +01:00
parent 2c24cb476d
commit 7c90739eb4

View file

@ -72,7 +72,14 @@
<div class="flex flex-wrap gap-1">
<!-- Channel Image & Info -->
<div class="flex items-center">
<img :src="video.uploaderAvatar" alt="" loading="lazy" class="rounded-full" />
<img
height="48"
width="48"
:src="video.uploaderAvatar"
alt=""
loading="lazy"
class="rounded-full"
/>
<router-link v-if="video.uploaderUrl" class="link ml-1.5" :to="video.uploaderUrl">{{
video.uploader
}}</router-link>