We'll create fresh WordPress site with ACF Autosize installed. You have 20 minutes to test the plugin after that site we'll be deleted.
A wordpress plugin to automatically resize and improve upon wysiwyg and textarea fields in Advanced Custom Fields.
data-wysiwyg-slug='my-wysiwyg-field'
to the body in tinymce iframes, so you can style those iframe’s contents using editor-styles.[data-wysiwyg-slug]
is added to every wysiwyg field!no-autosize
to a field.acf-autosize/enabledByDefault
-filter. After that you can reenable single fields by adding the class autosize
.min-height
of WYSIWYG-fields via acf-autosize/wysiwyg/min-height
-filter. acf-autosize/enabledInFrontend
-filter.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!
Check out the source code on Github!