zhw2590582 / ArtPlayer

:art: ArtPlayer.js is a modern and full featured HTML5 video player
https://artplayer.org
MIT License
2.49k stars 264 forks source link

我想禁止滑动或者拖拽进度条请问需要怎么操作 #715

Closed ty536804 closed 6 months ago

ty536804 commented 6 months ago

我想禁止滑动或者拖拽进度条请问需要怎么操作,是否有相关的属性。

zhw2590582 commented 6 months ago

可以添加css

.art-progress {
    pointer-events: none;
}