pupunzi / jquery.mb.YTPlayer

use a custom yutube player for a video as background on jQuery framework
https://pupunzi.com/mb.components/mb.YTPlayer/demo/demo.html
1.3k stars 431 forks source link

Remove youtube play button from mobile browser #388

Closed compostbrain closed 5 years ago

compostbrain commented 6 years ago

I am having an issue with version 2.7 showing the play button in chrome mobile browser. Is it possible to remove it? I have set both showControls and showYTLogo to false in the data-properties like so: <a id="bgndVideo" class="player" data-property="{videoURL:'https://www.youtube.com/watch?v=0Fpj3eWmODA', containment:'.video_slide', showControls:false, autoPlay:true, loop:true, vol:0, mute:true, showControls: false, showYTLogo: false, startAt:10, opacity:1, addRaster:false, quality:'default'}"></a> but that has no effect. You can view the problem if you open this link in a mobile browser.

pupunzi commented 6 years ago

Hi, We are now at version 3.2.5. You should use the latest release. The 2.7 was not working on mobile devices.

Your link is not working.

All the best, Matteo