Support » Plugin: ACF Autosize » Make min-height filterable

  • Resolved Rasso Hilber

    (@nonverbla)


    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

    (@yeah8000)

    Thanks @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.