myetv-player 1.1.4 → 1.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -110,6 +110,13 @@ const player = new MYETVPlayer('myVideo', {
110
110
  // Show YouTube native controls (true) or use player controls (false)
111
111
  showYouTubeUI: false,
112
112
 
113
+ // Show the button on the controlbar to enable the YouTube native controls temporarily
114
+ showNativeControlsButton: true,
115
+
116
+ controlBarOpacity: 0.95, // The controlbar opacity or semi-transparency or transparency - values: from 0 to 1
117
+
118
+ titleOverlayOpacity: 0.95, // The overlay title opacity or semi-transparency or transparency - values: from 0 to 1
119
+
113
120
  // enable or disable the mouse click over the Youtube player also if showYouTubeUI is false
114
121
  mouseClick: false,
115
122