=== acf-autosize === Contributors: yeah8000 Donate link: https://yeah.de/ Tags: acf, wysiwyg, autoresize, autosize Requires at least: 3.6.0 Tested up to: 5.2 Requires PHP: 7.0 Stable tag: 1.3.1 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html A wordpress plugin to automatically resize and improve upon wysiwyg and textarea fields in Advanced Custom Fields == Description == ## Features - Automatically resize wysiwyg and textarea fields in ACF groups - Add `data-wysiwyg-slug='my-wysiwyg-field'` to the body in tinymce iframes, so you can style those iframe's contents using editor-styles: ## Usage - Install and activate like any other wordpress plugin - `[data-wysiwyg-slug]` is added to *every* wysiwyg field! - Add `autosize` as a class to a WYSIWYG or Textarea-Field to enable autosize for this field - Set `min-height` of WYSIWYG-fields via `acf-autosize/wysiwyg/min-height`-filter. - that's basically it. ## mu-plugin `acf-autosize-mu.php` is a single-file drop-in version of acf-autosize for usage in your theme or mu-plugins. It contains the javascript and is AUTOGENERATED! ## Development Check out the source code [on Github!](https://github.com/yeah8000/acf-autosize) == Installation == Install and activate like any other wordpress plugin == Changelog == = 1.3.0 = * Add `acf-autosize/wysiwyg/min-height`-filter to set min-height of wysiwyg-fields * Update dependencies to fix security issues = 1.2.3 = * Fix issue with Wordpress 5.0 and Gutenberg = 1.1.2 = * Fix safari issue with position:sticky by externalizing css and adding autoprefixer = 1.1.0–1.1.1 = * Make tinymce toolbars sticky * Fix bug with double plugin activation = 1.0.4 = * Fix README = 1.0.3 = * Better documentation * Added tinymce `iframe>body[data-wysiwyg-slug]` feature = 1.0.2 = * Added banner and icons = 1.0.1 = * First release == Upgrade Notice == = 1.0.1 = First release :)