Ensure that multi-video lightbox scrolling changes video
This commit is contained in:
parent
523c65a1b7
commit
f5954db711
4 changed files with 18 additions and 6 deletions
|
@ -29,6 +29,9 @@ const txtObjectUrl = makeObjectUrl(txt, 'text/plain');
|
|||
import mp4 from '../../fixtures/pixabay-Soap-Bubble-7141.mp4';
|
||||
const mp4ObjectUrl = makeObjectUrl(mp4, 'video/mp4');
|
||||
// @ts-ignore
|
||||
import mp4v2 from '../../fixtures/ghost-kitty.mp4';
|
||||
const mp4ObjectUrlV2 = makeObjectUrl(mp4v2, 'video/mp4');
|
||||
// @ts-ignore
|
||||
import png from '../../fixtures/freepngs-2cd43b_bed7d1327e88454487397574d87b64dc_mv2.png';
|
||||
// 800×1200
|
||||
const pngObjectUrl = makeObjectUrl(png, 'image/png');
|
||||
|
@ -69,6 +72,8 @@ export {
|
|||
gifObjectUrl,
|
||||
mp4,
|
||||
mp4ObjectUrl,
|
||||
mp4v2,
|
||||
mp4ObjectUrlV2,
|
||||
png,
|
||||
pngObjectUrl,
|
||||
txt,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue