parcelvoy/platform

[Enhancement] - How to add GIFs / WebM to emails

Closed this issue · 2 comments

Hello, We tried inserting a GIF into an image tag. It shows properly as a GIF on Parcelvoy. However, once the email is sent, it does not play the gif and sends a jpg file instead in the email.

Is there a way to make this work? Thank you for your help!

We don't modify the image during the upload process or send process, it's uploaded and then the url inserted into the email. If you look at the outputted HTML for the email is the file extension changing? My guess is the inbox you are using might modify the image, but I wouldn't know without more context.

Thank you for the revert. We figured out the problem:

  1. The images were saved as webp for optimization.
  2. Apparently, Gmail does not play webp and shows them as static files only.
  3. Tried uploading some WebM and were not supported in image upload on Parcelvoy.
  4. Uploaded GIFs and they seem to be working fine in emails / showing on gmail.

Thank you for your help.