feat: add mobile carousel view with auto-play for BentoReviews component

This commit is contained in:
2025-09-19 00:39:00 +02:00
parent a78bc67ed3
commit 0479b7330a
2 changed files with 100 additions and 21 deletions

View File

@@ -44,7 +44,7 @@ export const BentoGridItem = React.forwardRef<HTMLDivElement, BentoGridItemProps
className
)}
>
<div className="flex flex-1 w-full h-full min-h-[6rem] bg-transparent overflow-hidden">
<div className="relative w-full h-[65%] min-h-[6rem] bg-transparent overflow-hidden">
{video ? (
<video
src={video}