diff --git a/clamp.js b/clamp.js index 6483cbe..64b7a39 100644 --- a/clamp.js +++ b/clamp.js @@ -223,7 +223,7 @@ sty.textOverflow = 'ellipsis'; sty.webkitBoxOrient = 'vertical'; sty.display = '-webkit-box'; - sty.webkitLineClamp = clampValue; + sty.webkitLineClamp = clampValue-1; if (isCSSValue) { sty.height = opt.clamp + 'px';