Static html5 video bugged in firefox

1 reply · opened Jun 4, 2019

Iiwu_travallianceJun 4, 2019

Hi there, the video in static-html5-video.html doesn't seem to display properly on firefox but works in Chrome, Safari, and IE. Screenshot of the error attached. It only seems to fix itself when the browser is resized. I'm on Firefox Quantum 67.0.1 (64 bit) on a Mac.

SSemicolon WebSTAFFJun 5, 2019

Hello,

Thanks for reporting this Bug to us and Apologies about the Inconveniences caused!

It appears that the Firefox is triggering the Video Sizing earlier than expected which is likely causing the Video to not get the size right. Please consider using the following code:


	jQuery(window).on('load', function(){
		setTimeout(function(){
			SEMICOLON.widget.html5Video();
		}, 500);
	});

This should definitely fix the issue. We will release an Update to fix this permanently soon. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard