Videos loading on mobile
Posted: 25 Jul 2017, 08:23
Hy,
I've created a page on my website where I'm showing slideshows in video (mp4) format. On my desktop PC, it's working flawlessly. Yet on my smartphone using 4G, it does not seem to load the videos ? Is it normal, are they too big, or is there something I should do, or is it a bug ?
The page is configured with the following HTML content:
You can try it here :
https://www.insightspirit.com/galerie/diaporamas/
Thanks in advance for your help.
I've created a page on my website where I'm showing slideshows in video (mp4) format. On my desktop PC, it's working flawlessly. Yet on my smartphone using 4G, it does not seem to load the videos ? Is it normal, are they too big, or is there something I should do, or is it a bug ?
The page is configured with the following HTML content:
Code
<video style="margin-top:2em;" width=50% controls preload="metadata" class="x3-style-frame">
<source src="{{path}}InsightSpirit_-_Fireworks_variations.mp4" type="video/mp4">
</video>https://www.insightspirit.com/galerie/diaporamas/
Thanks in advance for your help.