Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Info
titleArticle Source

This article is from www.pinpointe.com

...

As you can see from the chart below – Apple is the only platform that supports Video in email reasonably well.  Gmail also previews youtube video in email. Here is a summary of video support in various email clients:


 

Adding Video to your Email Campaigns

...

Code Block
titleHTML 5 Code
<video width="640" height="360" poster="http://www.yoursite.com/video-image.png" controls="controls">
        <source src="http://www.yoursite.com/yourvideo.mp4" type="video/mp4" />
        <a href="http://www.yoursite.com/"><img src=" http://www.yoursite.com/video-image.png  
         "width="640" height="360" /></a>
</video> 

 

Explanation of the Above Code

...

All other clients will display the static fall-back image image — assuming that they are not blocking images.

References: 

...