=== Max CSS === Contributors: myapos Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=myapos@gmail.com &lc=US&item_name=Donation+to+Max+CSS+Editor+Wordpress+Plugin&no_note=0&cn=¤cy_code=EUR&bn=PP-DonationsBF:btn_donateCC_LG.gif:NonHosted Tags: css,editor, maximize, icon, addtional-css, maxCSS Requires at least: 5.2 Tested up to: 5.8.2 Requires PHP: 5.0 Stable Tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A plugin that expands 'Additional CSS' functionality in the customize theme interface, adding a to-maximize CSS editor icon. == Description == This plugin adds a to-maximize CSS icon in the customize theme interface. The to-maximize icon is generated and positioned in a dynamic manner inside it's container. It is based on requestFullscreen native Javascript function and if it is supported by the browser then the user can add it's CSS rules, using CSS editor in fullscreen mode. The user can exit fullscreen mode by pressing ESC or clicking again on the maxCSS button. == Installation == 1. Upload the files to the `/wp-content/plugins/maxCSS/` directory or install through WordPress directly. 2. Activate the "maxCSS" plugin through the 'Plugins' menu in WordPress 3. Visit Customize Theme --> Additional CSS --> Click on MaxCSS button You can find a step by step tutorial in the codebitshub blog. == Frequently Asked Questions == No F.A.Q yet == Screenshots == 1. MaxCSS icon at 'Additional CSS' in 'Customize Theme' (running with WordPress 5.2 here) 2. Maximized CSS editor (running with WordPress 5.2 here) == Upgrade Notice == = 1.1 = * This update fixes an issue with form not found for versions greater than 5.6. == Changelog == = 1.2 = * Tested with latest wordpress version. = 1.1 = * Tested with 5.8.2 wordpress version. = 1.0 = * First version.