It looks like you’re browsing an old version of Froala. Please go to the newer version of our docs for a more updated version.
Images
Init On Image
Using the image.min.js
plugin it is possible to initialize the WYSIWYG HTML editor only on an imag.
Try it yourself:
HTML
<img id="edit" class="fr-fil fr-dib" src="https://raw.githubusercontent.com/froala/wysiwyg-editor/master/editor.jpg" alt="Old Clock" width="300"/>
JAVASCRIPT
<script> $(function() { $('img#edit').froalaEditor(); }); </script>