parent
100f626551
commit
a9aae9a059
@ -5,7 +5,7 @@ $(document).ready(function()
|
|||||||
// fire up the plugin
|
// fire up the plugin
|
||||||
glplayer = videojs('video_1', {
|
glplayer = videojs('video_1', {
|
||||||
controls: true,
|
controls: true,
|
||||||
muted: true,
|
muted: false,
|
||||||
height: 400,
|
height: 400,
|
||||||
width: 700,
|
width: 700,
|
||||||
plugins: {
|
plugins: {
|
||||||
@ -24,4 +24,4 @@ $(document).ready(function()
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user