steveathon / bootstrap-wysiwyg

Tiny bootstrap-compatible WYSIWYG rich text editor
MIT License
661 stars 1.71k forks source link

Filter Images #140

Open SridharRamasami opened 5 years ago

SridharRamasami commented 5 years ago

Hi, Resizing of png creates files that are much larger than the originals. I have worked around it, by asking the images to be converted to jpgs. However, looks like this cannot be done for gif or ico. Is there a way to use a filter for images in the configuration. ie only allow jpg, jpeg and gif.

Hack is also acceptable. Thanks.

spreadred commented 5 years ago

You could change the RegEx on the following line:

https://github.com/steveathon/bootstrap-wysiwyg/blob/54fcb11b64443b633c6117c5ebfc4936d42c9cb6/src/bootstrap-wysiwyg.js#L241