April 10, 2026SimpleGalleries & Media
Video Media Section
A full-width video section with lazy loading via IntersectionObserver. The video source is only fetched when the section scrolls into view, then autoplays muted and looped.
Preview

NĪNEpointNĪNE | Studio
NO-5®
Source
import VideoMediaSection from "./index.jsx";
import { videoMediaSection } from "../demo-data.js";
export default function VideoMediaSectionDemo() {
return <VideoMediaSection {...videoMediaSection} />;
}