Plugin Readmore JQuery

  $('article').showmore({
            closedHeight: 360,
            animationSpeed: 0.7,
            buttonTextMore: 'show more',
            buttonTextLess: 'show less',
            buttonCssClass: 'showmore-button'
        });
Glorious Goldfinch