[Enhancement] - How to add GIFs / WebM to emails
tanmay-predisai opened this issue · 2 comments
tanmay-predisai commented
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!
pushchris commented
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.
tanmay-predisai commented
Thank you for the revert. We figured out the problem:
- The images were saved as webp for optimization.
- Apparently, Gmail does not play webp and shows them as static files only.
- Tried uploading some WebM and were not supported in image upload on Parcelvoy.
- Uploaded GIFs and they seem to be working fine in emails / showing on gmail.
Thank you for your help.