mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-06-06 18:31:00 +00:00
fix property
This commit is contained in:
parent
937a8f4d1a
commit
25ef701705
@ -53,8 +53,8 @@ export function VideoTemplate({ video }) {
|
|||||||
style={{ paddingBottom: "56.25%" }}
|
style={{ paddingBottom: "56.25%" }}
|
||||||
>
|
>
|
||||||
<Image
|
<Image
|
||||||
alt="workshop thumbnail"
|
alt="video thumbnail"
|
||||||
src={returnImageProxy(workshop.image)}
|
src={returnImageProxy(video.image)}
|
||||||
quality={100}
|
quality={100}
|
||||||
layout="fill"
|
layout="fill"
|
||||||
objectFit="cover"
|
objectFit="cover"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user