feat: contain ceboola instead of cover

This commit is contained in:
Dariusz Niemczyk 2025-02-09 00:37:18 +01:00
parent 62964757f7
commit b3e7f118f2
No known key found for this signature in database

View file

@ -116,7 +116,7 @@ function Video({ sourceBase, hidden }: {
playsInline playsInline
webkit-playsinline="true" webkit-playsinline="true"
x5-playsinline="true" x5-playsinline="true"
className={cn("w-full h-full object-cover parallax-video", { className={cn("w-full h-full object-contain parallax-video", {
hidden, hidden,
})} })}
> >