mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-12-22 20:50:17 +00:00
Fix image lazy loading for Firefox (#3264)
This commit is contained in:
@@ -73,11 +73,11 @@
|
||||
<!-- Channel Image & Info -->
|
||||
<div class="flex items-center">
|
||||
<img
|
||||
loading="lazy"
|
||||
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">{{
|
||||
|
||||
Reference in New Issue
Block a user