photoswipe-video-plugin
photoswipe-video-plugin copied to clipboard
Video plugin for the PhotoSwipe
https://npmjs.com/~dimsemenov Request for a NPMJS package so that this is available from https://unpkg.com/
I also want to use src in video. Currently, msrc is used for the enlarged poster. However, if the thumbnail is different from the aspect of the original video, the...
``` // Or for multiple sources; // videoSrc: [ // { src: 'my-video.webm', type: 'video/webm' }, // { src: 'my-video.mp4', type: 'video/mp4' } // ] ``` → ``` videoSrc =>...
I am sure I am doing something wrong there. I hope that you'd tell me/help me to solve that. I am building a webpage where there are mp4 videoclips in...
Hello, how can I modify the value of absolute position in // photoswipe-video-plugin.esm.js:193 ... content.element.style.position = 'absolute'; ... within the plugin because I already tried to modify my script in...