fix property

This commit is contained in:
austinkelsay 2024-10-14 09:07:20 -05:00
parent 937a8f4d1a
commit 25ef701705

View File

@ -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"