What's new
HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

home-made mp4 not visible online.

rbe

New member
Hi,
I have a home-made mp4 embedded in a page. It works perfectly on the desktop using Chrome, Safari and Firefox.
But when uploaded, there is no content. The video 'casing' is there, but nothing happens.
I have used a commercial video only yesterday, and that worked fine.
Not sure what I'm doing wrong.
<div class="col-lg-4 d-flex align-items-center justify-content-center position-relative" data-aos="zoom-in" data-aos-delay="200">
<a href="assets/img/training.mp4" class="glightbox play-btn"></a>
</div>
Cheers
 
Back
Top