I am currently using qTip jQuery plugin in combination with Full Calendar. Both of these works great. However, I am currently stuck at an issue.
Sometimes, my qTip content has to much data. This gets clipped of as the width and height of the qTip tooltip is fixed. Is there any way I can make the width and height dynamic?
I found that the maximum width is 350 but this is not enough for my requirement.
.MyQtip {max-width: 1000px !important;}
– Stranglehold