Jump to content

ivor123

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by ivor123

  1. Hi

    I'm trying to add code to an email in Mailchimp to host a video player that allows the recipient of the email to play a video without leaving the email. I've managed to do this with audio but when adding the code ......

    <video width="320" height="240" controls>

      <source src="movie.mp4" type="video/mp4">

      <source src="movie.ogg" type="video/ogg">

    Your browser does not support the video tag.

    </video>

    ...and substituting the video link for movie, it all works fine. Then I save and press 'Continue' in mailchimp but when I return to the page most of the source code has disappeared. can anybody tell me why?

     

    Many thanks

     

    I

×
×
  • Create New...