• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

HTML Video Link

orion23

Platinum Member
Hello guys!
Could use some help please... I don't know much about HTML

I'm supposed to link a video in HTML, then blast it through e-mail
The code below works when I put together the message to be blasted. The video plays just fine, however, when the message goes out and I receive it via e-mail, the email simply says
"Your browser does not support the video tag."
Video is a .mov format
Tested in a pc, chrome browser when composing the message and it works. Doesn't play in PC, Android, or IOS when received via e-mail

<video controls="controls" width="320" height="240">
<source src="xxxxxxxxx.mov" type="video/mp4" />
Your browser does not support the video tag.
</video>

Can someone recommend a fix ?

Thank you all!
 
Last edited:
Back
Top