I am using jquery tooltip plugin cluetip that is small or very big depending on using. I see there is a way to set height to either “auto” or fixed.
But I want an altered version of “auto” height where it’s automatically growing to maxheight and then becomes fixed . This will make short tooltips become short and very long tooltips have a max cutoff point.
Is this possible as I don’t find this in the API.
try something like this in your CSS:
it will set a max height to your cluetip body and a scrollbar will appear when the content doesn’t fit into the cluetip body