We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da36e0 commit cfc0c67Copy full SHA for cfc0c67
2 files changed
.eslintrc
@@ -29,6 +29,7 @@
29
"globals":{
30
"hljs":true,
31
"twttr":true,
32
- "fetchJsonp":true
+ "fetchJsonp":true,
33
+ "videojs":true
34
}
35
src/embed.es6
@@ -44,7 +44,10 @@ import helper from './modules/video/helper.es6';
44
fontIcons : true,
45
highlightCode : true,
46
videoJS : false,
47
- videojsOptions : {},
+ videojsOptions : {
48
+ fluid:true,
49
+ preload:'metadata'
50
+ },
51
tweetsEmbed : true,
52
tweetOptions : {
53
maxWidth : 550,
0 commit comments