Move files and add minor fixes
This commit is contained in:
parent
6fbc15c402
commit
51c8d06569
16 changed files with 89 additions and 105 deletions
10
src/page/video/video-parameters.ts
Normal file
10
src/page/video/video-parameters.ts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import { ResponsiveImage } from '../../types/responsive-image';
|
||||
import { url } from '../../types/url';
|
||||
|
||||
export interface VideoParameters {
|
||||
mp4: url;
|
||||
webm: url;
|
||||
poster: ResponsiveImage;
|
||||
altText: string;
|
||||
invertButton?: boolean;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue