Skip to content

Commit

Permalink
Feature: The mb.YTPlayer is now using youtube-nocookie.com to serve v…
Browse files Browse the repository at this point in the history
…ideos

Feature: If the video is set to "autoplay"  and is not muted, instead of pausing it bevore the first user interaction it starts muted and turn on the audio with the first interaction.
  • Loading branch information
pupunzi committed Dec 4, 2020
1 parent bcdecfd commit 6495793
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@
var $slaider = $( slider );
if ( slider.value ) applFilters.push( $slaider.data( "filter" ) + ": " + ( +( slider.value ).toFixed( 0 ) ) );
}

for ( var y in applFilters ) {
var comma = y < applFilters.length - 1 ? "," : "<br>";
desc += "<br> &nbsp;&nbsp;&nbsp;" + applFilters[ y ] + comma;
Expand Down

0 comments on commit 6495793

Please sign in to comment.