feat: add mobile carousel view with auto-play for BentoReviews component
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user