- FsFx will no longer set the styling of fullscreen buttons to
display: inline-block
because that relies on the user settingdisplay:none
in their CSS, for buttons in unsupported browsers. A compatibilitymode is added.
- Added auto-mode
- Includes a predesigned fullscreen icon.
- Has a user-definable color and opposite color
- Has user-definable position
- Changed the way of how unsupported fullscreen buttons are hidden.
- JS code fix
- Insert CSS rule as a style tag for filesystem presentations on Chrome.
- Insert CSS rule to fix fullscreen background color in presentations that have no specific background set.
- Update Screenfull to 2.0.11
- Started keeping the changelog.
- Import Screenfull, remove script
- Add class no-fsfx to body if device not supported
- Minify code
- Change Screenfull check
- Change FS button display
- This version fixes a bug, and has some code optimisations.
- Compatibility with Reveal.js 4
- First GitHub commit
- Fix Screenfull enabled issue
- Added "go-next" functionality