myetv-player 1.0.10 → 1.1.0

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,11 +110,14 @@ const player = new MYETVPlayer('myVideo', {
110
110
  // Show YouTube native controls (true) or use player controls (false)
111
111
  showYouTubeUI: false,
112
112
 
113
+ // enable or disable the mouse click over the Youtube player also if showYouTubeUI is false
114
+ mouseClick: false,
115
+
113
116
  // Auto-detect video ID from data attributes and sources
114
117
  autoLoadFromData: true,
115
118
 
116
- // Initial quality ('default', 'small', 'medium', 'large', 'hd720', 'hd1080', 'highres')
117
- quality: 'default',
119
+ // Initial quality ('auto', 'tiny', 'small', 'medium', 'large', 'hd720', 'hd1080', 'hd1440', 'hd2160', 'highres')
120
+ quality: 'auto',
118
121
 
119
122
  // Enable quality control in player UI
120
123
  enableQualityControl: true,