@audreybelaud
joshwatts
Posts
-
Videos not playing or showing on mobile devices -
Auto-play videos don't play in Safari@arminunruh said in Auto-play videos don't play in Safari:
2.2.7
+1 Having this same issue on Lay Version 3.3.5 now...
No mp4 videos showing on Safari. Desktop & Mobile
I've disabled all plugins and custom code. Thanks!
-
Videos not playing or showing on mobile devices@audreybelaud said in Videos not playing or showing on mobile devices:
phone
Hey, thanks for getting back to me!
Did you check on an iOS mobile device on Safari? I've just checked Safari on Desktop too, and the videos aren't showing here either: https://monosnap.com/file/sSgOCfKXd5YQGjP82gQfX6mwQSA90j
Thanks
-
Videos not playing or showing on mobile devicesAutoplay mp4 videos, fine on desktop, (including mobile layout) but show empty squares on mobile devices.
-
Custom JSSo after reading other posts about adding custom js to Lay Theme, I found the code I need to wrap my js. However, it's still only triggering on initial load. Once on another page it stops working. Click '+ Projects' to toggle the red colour. http://www.outpost.studio/paulcraig/
function SimpleClickEvent() {
jQuery(".quickmenu").on('click', function() {
jQuery(this).toggleClass('red');
});
}window.laytheme.on("newpageshown", function(){
SimpleClickEvent();
});I've also tried this directly in the HTML injector (wrapped in script tags).
Cheers,
Josh