Base64 images not saving

rewiaca

New Member
im putting base64 images:

HTML:
<img alt="[EMAIL]" height="48" src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAUDBAQEAwUEBAQFBQ ... //Z" style="width:48px;height:48px;display:block;border-radius:50%;" width="48" />

after saving template is become looking like:

HTML:
<img alt="[EMAIL]" height="48" src="/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAUDBAQEAwUEBAQFBQ ... //Z" style="width:48px;height:48px;display:block;border-radius:50%;" width="48" />

Image dissappearing after i hit button "save template"
 
Last edited:
You may want to use normal links (with https:// if possible) for images.

Do not use base64 images. Spam filters may block your email. If you use big images your html file size will be very big, and you want the file size to be as small as possible because large files cause problems in mail clients.

Also, base64 images do not work in all mail clients (even with images on).
 
You may want to use normal links (with https:// if possible) for images.

Do not use base64 images. Spam filters may block your email. If you use big images your html file size will be very big, and you want the file size to be as small as possible because large files cause problems in mail clients.

Also, base64 images do not work in all mail clients (even with images on).

Are you sure?
vAWVDQF1Og5p2W.jpg
 
Back
Top