video-background.tsx

src/components/video-background.tsx
'use client'
import { useState, useEffect } from 'react'
import { clsx } from 'clsx'
import { Image } from '@/components/image'
export interface VideoBackgroundProps {
/** Vimeo video ID */
videoId: string
/** Vimeo hash for private/unlisted videos */
videoHash?: string
/** Poster image to show while video loads */
posterImage?: string
/** Gradient overlay classes */
gradientOverlay?: string
/** Additional className for the container */
className?: string
}
export function VideoBackground({

Showing the first 20 lines.

Get full code

Support

Talk to the developers of this project to learn more

We have been building professional websites for big clients for over 15 years. Gallop templates and blocks is our best foundation for SEO websites and web apps.

© 2026 Web Plant Media, LLC