show-more
show-more copied to clipboard
Element height becomes huge on "show more". [Foundation 5]
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);
...nice fix - thank you