Jquery.mb.YTPlayer Versions Save

use a custom yutube player for a video as background on jQuery framework

3.3.9

3 years ago

Renamed the jQuery.browser to jQuery.mbBrowser to prevent deprecated alert in Wordpress

3.3.8

3 years ago

Introduced "noCookie" as an option. By default is set to true

3.3.7

3 years ago

Feature: The mb.YTPlayer is now using youtube-nocookie.com to serve videos.

Feature: If the video is set to "autoplay" and is not muted, instead of pausing it before the first user interaction it starts muted and turns on the audio with the first user interaction.

3.3.6

3 years ago

Bugfix: With the latest macOS Big Sur system update the User-Agent has been changed and the OS detection was failing on Safari causing a blocking error.

3.3.5

3 years ago

• Bugfix: Fixed the timer label advise if more then one YTPlayer was initialized on the same page • Bugfix: In all the cases that the YT API is loaded by another component the YTPlayer will force the APIReady event to make the player start anyway after a specific time defined in the options: /** delayAtStart (bool) If the YT API doesn't fire the event the player will try to start anyway after... */ delayAtStart: 1000,

3.3.4

3 years ago

New feature: If you set the player as inline (via the short-code editor) you can now activate the "Go Full Screen on Play" feature. Bug fix: The inline Player "Play" icon was not working properly.

3.3.3

3 years ago

A wrong API key or inactive API key was causing a blocking error

3.3.2

3 years ago

Removed the isTouchSupported function duplication

3.3.1

4 years ago

3.2.11

4 years ago

Added two methods to manage video speed: jQuery.fn.YTPGetPlaybackRate jQuery.fn.YTPSetPlaybackRate