mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Update VideoItem.vue
This commit is contained in:
parent
98b9753a21
commit
1c3e03c84b
1 changed files with 1 additions and 1 deletions
|
@ -61,9 +61,9 @@
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
<router-link :to="item.uploaderUrl">
|
<router-link :to="item.uploaderUrl">
|
||||||
<img
|
<img
|
||||||
|
loading="lazy"
|
||||||
v-if="item.uploaderAvatar"
|
v-if="item.uploaderAvatar"
|
||||||
:src="item.uploaderAvatar"
|
:src="item.uploaderAvatar"
|
||||||
loading="lazy"
|
|
||||||
class="mr-0.5 mt-0.5 h-32px w-32px rounded-full"
|
class="mr-0.5 mt-0.5 h-32px w-32px rounded-full"
|
||||||
width="68"
|
width="68"
|
||||||
height="68"
|
height="68"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue