I\'m having trouble displaying a Base64 image inline.
Can someone point me in the right direction?
You need to specify correct Content-type, Content-encoding and charset like
data:image/jpeg;charset=utf-8;base64,
according to the syntax of the data URI scheme:
data:[][;charset=][;base64],