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.
@@ -135,6 +135,9 @@ const player = new MYETVPlayer('myVideo', {
135
135
  transparent: true, // Transparent background
136
136
 
137
137
  // ========== Plugin Options ==========
138
+ showNativeControlsButton: true, // Show the button on the controlbar to enable the Vimeo native controls temporarily
139
+ controlBarOpacity: 0.95, // The controlbar opacity or semi-transparency or transparency - values: from 0 to 1
140
+ titleOverlayOpacity: 0.95, // The overlay title opacity or semi-transparency or transparency - values: from 0 to 1
138
141
  debug: false, // Enable debug logging
139
142
  replaceNativePlayer: true, // Replace native video element
140
143
  syncControls: true // Sync with custom controls