photoswipe-video-plugin
photoswipe-video-plugin copied to clipboard
readme typo
// Or for multiple sources;
// videoSrc: [
// { src: 'my-video.webm', type: 'video/webm' },
// { src: 'my-video.mp4', type: 'video/mp4' }
// ]
→
videoSrc => videoSources
😄