Joris Lambrechts
Results
2
comments of
Joris Lambrechts
@jonaslu thanks, it worked (even without the fix in #95) I'm using jquery 1.10.1 and jquery UI 1.10.3
I just loop over all the elements and check the height: `$('.text').each(function(){ if($(this).height() > 100){ $(this).readmore({ speed: 75, collapsedHeight: 100, lessLink: 'Read less' });; } });`