Skip to content

Fullscreen Plugin

Adding a fullscreen button which expands the editing area to the whole webpage space.

Fullscreen button is located by default under the More Misc menu.


Plugin options:

fullscreen.isActive ()
returns: Boolean
Check the fullscreen state.
fullscreen.toggle ()
returns: Object
Toggle fullscreen mode.

Add Plugin to your code:

Plugin name: fullscreen

Plugin JS Script: ../js/plugins/fullscreen.min.js

Or from CDN https://cdn.jsdelivr.net/npm/froala-editor@latest/js/plugins/fullscreen.min.js

Plugin CSS link: ../css/plugins/fullscreen.min.css


Plugin CSS link https://cdn.jsdelivr.net/npm/froala-editor@latest/css/plugins/fullscreen.min.css


Example:

● Full Screen
File: 15687