ckeditor / ckeditor4-sdk

A set of software development tools for CKEditor 4 along with samples.
Other
18 stars 21 forks source link

Easy Image SDK sample features unresponsive image #245

Closed mlewand closed 6 years ago

mlewand commented 6 years ago

EI plugin is meant to produce responsive markup, while the code of img predefined in the editor content has no responsive markup at all.

First, it should contain attributes like srcset, second it should be loaded from CS host.

Because of this approach the first image has no interoperability with other apps (CKE5, Word etc.) in a sense that you can't copy and paste it there - because it has a relative path. Easy Image plugin correctly produces absolute links which makes the content interoperable.