Update VideoItem.vue

This commit is contained in:
anewuser 2023-12-18 08:04:10 -03:00 committed by GitHub
parent cb228f6178
commit 98b9753a21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,11 +13,11 @@
> >
<div class="w-full"> <div class="w-full">
<img <img
loading="lazy"
class="aspect-video w-full object-contain" class="aspect-video w-full object-contain"
:src="thumbnail" :src="thumbnail"
:alt="title" :alt="title"
:class="{ 'shorts-img': item.isShort, 'opacity-75': item.watched }" :class="{ 'shorts-img': item.isShort, 'opacity-75': item.watched }"
loading="lazy"
/> />
<!-- progress bar --> <!-- progress bar -->
<div class="relative h-1 w-full"> <div class="relative h-1 w-full">