GetmeUK / ContentTools

A JS library for building WYSIWYG editors for HTML content.
http://getcontenttools.com
MIT License
3.95k stars 395 forks source link

Lazy loading of images #584

Open PubliAlex opened 1 year ago

PubliAlex commented 1 year ago

Hello,

I would like to integrate contentools with lazyloading image library.

Basically, I need to add a class to the img tag, and replace the src with data-src. Is it possible ?