Video on mobile

1 reply·opened 5d ago
M
mschejbal5d ago

Hi,

I found some messages on similar topic and tried all of them but I can't fully control how the video plays on desktops and it does not play at all on mobile. I settled on the following code:

	<section id="slider" class="slider-element min-vh-100 include-header">
		<div class="slider-inner"> 
			<div class="video-wrap" style="z-index: 1;">
	<video id="slide-video" poster="images/video/logo_splash.gif" preload="auto" controls>
					<source src='images/video/rockaway_bitch.mp4' type='video/mp4' />
					<source src='images/video/rockaway_bitch.webm' type='video/webm' />
				</video>
				</div>
		</div>
	</section>

I hope you could let me know how to fix this problem.

Thank you,
Maciek

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
Video on mobile · Canvas Template Support