show-more icon indicating copy to clipboard operation
show-more copied to clipboard

Element height becomes huge on "show more". [Foundation 5]

Open attilavago opened this issue 10 years ago • 1 comments

I am using Foundation 5 as mark-up and for some reason id doesn't play well with this plugin or even Readmore.js for that matter, however, I did find a solution to your version, which seems to work really well, by changing line 41 to this:

$(this).parent().prev().animate({ 'height': '100%' }, options.speedDown);

attilavago avatar Sep 09 '14 00:09 attilavago

...nice fix - thank you

coldes avatar May 28 '15 00:05 coldes