mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-31 22:54:11 +00:00
[video file view, shared video file view] modification (#3088)
This commit is contained in:
@@ -69,6 +69,7 @@ class SharedFileViewVideo extends React.Component {
|
||||
const videoJsOptions = {
|
||||
autoplay: false,
|
||||
controls: true,
|
||||
preload: 'auto',
|
||||
sources: [{
|
||||
src: rawPath
|
||||
}]
|
||||
|
Reference in New Issue
Block a user