Truncatie is a jquery plugin that limit size of text by lines within a html container
$('big-text').truncatie({ elipsis: '...', max: 2 /* Number of lines limitation */ });
Truncatie is a jquery plugin that limit size of text by lines within a html container
Truncatie is a jquery plugin that limit size of text by..