Код: Выделить всё
ArtPlayer Demo
html,
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
overflow: hidden;
background: #000;
}
.artplayer-app {
width: 100%;
height: 100%;
}
var art = new Artplayer({
container: '.artplayer-app',
url: 'https://sample-videos.com/video321/mp4/720/big_buck_bunny_720p_1mb.mp4',
fullscreenWeb: true,
});
art.on('ready', () => {
art.fullscreenWeb = true;
setTimeout(() => {
art.fullscreenWeb = false;
}, 3000);
});
Если у кого -то есть идея, пожалуйста, помогите.
Подробнее здесь: https://stackoverflow.com/questions/796 ... otch-extra
Мобильная версия