As found on the web (February 25th) February 25, 2013 by futtta frank shared no autoplay in iframe HTML5 player on mobile (Android browser)?. no autoplay in iframe HTML5 player on mobile (Android browser)? frank shared Comment by futtta on no autoplay in iframe HTML5 player on mobile (Android browser)?. Comment by futtta on no autoplay in iframe HTML5 player on mobile (Android browser)? frank shared Comment by futtta on no autoplay in iframe HTML5 player on mobile (Android Chrome and Firefox)?. Comment by futtta on no autoplay in iframe HTML5 player on mobile (Android Chrome and Firefox)? frank shared Firefox 19 Brings Built-in PDF Viewer, Faster Startup Times. Firefox 19 Brings Built-in PDF Viewer, Faster Startup Times frank shared Comment by futtta on no autoplay in iframe HTML5 player on mobile (Android Chrome and Firefox)?. Comment by futtta on no autoplay in iframe HTML5 player on mobile (Android Chrome and Firefox)? frank shared Firefox OS Hits The Ground Running With Phones From Telefonica, T-Mobile, Firefox Marketplace For Apps; 18 Carriers In All Signed Up For Mozilla’s Open Web Effort. Firefox OS Hits The Ground Running With Phones From Telefonica, T-Mobile, Firefox Marketplace For Apps; 18 Carriers In All Signed Up For Mozilla’s Open Web Effort
That’s weird Delphuk, must be non lyte-CSS that is interfering (the HTML and CSS got completely changed in 1.2.0). If you can live with a broken site for a limited time, it would be best to go back to version 1.2.0 and then I can have a look at what is going on in the CSS? Reply
the problem: you’re using modernizr (or similar), which adds a class “audio” to your html element, which causes the lyte css for “.audio .pL” being triggered instead of “.pL”. If you don’t use audio-only YouTube embedding, you could change the following: in /wp-content/plugins/wp-youtube-lyte/wp-youtube-lyte.php on line 283 look for “.audio .pL” and change it into “.lyte-audio .pL”. I’ll rework the HTML/CSS for 1.2.1 not to clash with modernizr classes 🙂 Reply
hmmm … same problem, other CSS. on the same line, can you change every occurrence of “.audio” into “.lyte-audio”? that should help … Reply