Add container to FullscreenOptions (#2161)

This commit is contained in:
megumin
2021-05-12 14:35:01 +01:00
committed by GitHub
parent 028be22dec
commit 6991358428

1
src/js/plyr.d.ts vendored
View File

@ -549,6 +549,7 @@ declare namespace Plyr {
fallback?: boolean | 'force';
allowAudio?: boolean;
iosNative?: boolean;
container?: string;
}
interface CaptionOptions {