Hide pause/play button on vimeo iframe on hover
问题 I am using a Vimeo iframe on a website. I hide all the controls with the Vimeo Froogaloop API. But I can't hide the pause and play button that appear on hover. Somebody please help me. $(document).ready(function(){ jQuery('iframe.vimeo-player').each(function(){ Froogaloop(this).addEvent('ready', ready); }); function ready(playerID){ console.log(playerID + ' is ready'); // Add event listerns // http://developer.vimeo.com/player/js-api#events Froogaloop(playerID).addEvent('play', play(playerID)