Project

General

Profile

Image displaying

Added by rere rere over 10 years ago

Hi,

I use Redmine with Ckeditor plugin. I would like to display images with base64 data (<img src="data:image/gif;base64,..." />). So, for example, I added this html line in the description of an issue. But when I show the issue, there is no image. The source code has become <img />. If I look at the mysql database, the description field contains all(<img src="data:image/gif;base64,..." />).

I tried with a link (<a href="">link</a>) and it works.

Why ?

thank you very much