This plugin allows you to specify in the settings page CSS class, and then looks for any elements that contain it and trims the text down so that it does not overflow its height.
This is for vertical trimming of multi-line text, and also works if the element has direct children..
Go to this page, and enter the name of CSS class you are using in your HTML to specifiy.
Copyright 2016 Jordan Carter This program is software you can redistribute it and or modify it under the terms of GNU General Public License as published by Free Software Foundation either 3 of License, or any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
You should have received copy of GNU General Public License along with this program if not, write to Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA..
Currently, the plugin handles direct children, as well as elements with no children.
Just provide HTML class of the element, and the plugin will do the rest...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Fixed issues with handling direct children of the element with HTML class...
Read more