UNPKG

lightgallery

Version:

lightGallery is a feature-rich, modular JavaScript gallery plugin for building beautiful image and video galleries for the web and the mobile

8 lines (7 loc) 140 B
export interface VideoSource { source: { src: string; type: string; }[]; attributes: HTMLVideoElement; }