Forum Discussion
rubenlourens
Mar 03, 2020Copper Contributor
Use SVG in signature
Hi, I was wondering if anyone ever tried to use inline svg structure into their signature. I use this om my apple mail and want to use it in outlook for Mac as well. The problem is I can nog make...
sdudnic
Jun 10, 2022Copper Contributor
FabioO365GoD the question was how to use a SVG (vectorial) in signature, not how to use arbitrary JPEG data
FabioO365GoD
Jun 10, 2022Brass Contributor
sdudnic to use an SVG you need to change the HTML of the signature
https://lazyadmin.nl/office-365/outlook-html-signature/
but you have to post the image otherwise, whoever receives your email does not have the possibility to see the image
I suggest you convert it to base64
https://codebeautify.org/svg-to-base64-converter
Thank u
- sdudnicJun 10, 2022Copper Contributor
FabioO365GoD when converted to base 64, will it remain the scalable vector graphic? like same quality on zoom?
- FabioO365GoDJun 10, 2022Brass Contributor
sdudnic No, I'm sorry the image loses quality
If you want this not to happen publish the image and get the URL
'<img src="my-url-image.svg">'
- sdudnicJun 10, 2022Copper ContributorI tried to edit the HTML file and put the SVG instead of the JPEG logo
<img width='139' height='39' src='default_files/logo.svg'
it didn't work, the default_files folder was deleted after that try