Namespace providing a set of helper functions for the Easy Image plugin.
since 4.9.0 private
_parseSrcSet( srcs ) → String
CKEDITOR.plugins.easyimage#_parseSrcSet
Converts the response from the server into a proper [srcset] attribute.
[srcset]
srcs : Object
Sources list to be parsed.
String
The img[srcset] attribute.
img[srcset]
Show private items