Title: Make min-height filterable
Last modified: May 2, 2019

---

# Make min-height filterable

 *  Resolved [Rasso Hilber](https://wordpress.org/support/users/nonverbla/)
 * (@nonverbla)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/make-min-height-filterable/)
 * Hi there, great little plugin! 👏
 * A suggestion: Would it be possbible to make the min-height for wysiwyg filterable?
   Atm it’s 200px, right?
 * cheers from Berlin 😉

Viewing 1 replies (of 1 total)

 *  Plugin Author [Yeah GbR](https://wordpress.org/support/users/yeah8000/)
 * (@yeah8000)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/make-min-height-filterable/#post-11758385)
 * Thanks [@nonverbla](https://wordpress.org/support/users/nonverbla/) for helping
   with the solution. The min-height can now be set like this:
 *     ```
       // functions.php
   
       add_filter('acf-autosize/wysiwyg/min-height', function() {
       	return 200;
       });
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Make min-height filterable’ is closed to new replies.

 * ![](https://ps.w.org/acf-autosize/assets/icon.svg?rev=1896308)
 * [ACF Autosize](https://wordpress.org/plugins/acf-autosize/)
 * [Support Threads](https://wordpress.org/support/plugin/acf-autosize/)
 * [Active Topics](https://wordpress.org/support/plugin/acf-autosize/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/acf-autosize/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/acf-autosize/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Yeah GbR](https://wordpress.org/support/users/yeah8000/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/make-min-height-filterable/#post-11758385)
 * Status: resolved