candyblue / kirby3-browserupgrade
Detects old browsers and displays a warning.
Fund package maintenance!
lukas-becker.eu
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:kirby-plugin
Requires
README
Installation
Install the plugin with: composer require candyblue/kirby3-browserupgrade
Usage
- Add
<?php snippet('browserupgrade-styles') ?>
into the<head>
and<?php snippet('browserupgrade') ?>
into the<body>
. - Use
.browserupgrade
-class for custom styles. - Optionally: Add custom translations in your
site/languages
-folder.