1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-06 17:33:18 +00:00

[video file view] added 'playback rate' options (#5366)

This commit is contained in:
llj
2023-02-04 21:14:17 +08:00
committed by GitHub
parent 4c62d5086f
commit f40beb9853
2 changed files with 2 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ class FileContent extends React.Component {
autoplay: false,
controls: true,
preload: 'auto',
playbackRates: [0.5, 1, 1.5, 2],
sources: [{
src: rawPath
}]