Skip to content
.github-star { padding-left: 15px; margin-bottom: 15px; }

Miscellaneous

Full Screen

Using the fullscreen.min.js plugin it is possible to use the WYSIWYG HTML editor in fullscreen mode.

Try it yourself:

Use the Fullscreen button to start editing in fullscreen mode.


Make sure that the fullscreen button is included in the toolbarButtons list. By default the fullscreen button is already in the list, but if you changed the buttons list just make sure you don't omit the fullscreen button.

Edit in JSFiddle

HTML

<div id="froala-editor">
  <p>Use the Fullscreen button to start editing in fullscreen mode.</p>
</div>

JAVASCRIPT

<script>
  new FroalaEditor('div#froala-editor')
</script>
File: 1581