==== ellipsis CSS ====
****HTML
<div class="tintucnew-text">Nội dung hơn 5 dòng </div>
****CSS
.tintucnews-text {
width: 100%;
max-width: 600px; /* hoặc để 100% nếu responsive */
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
Không có nhận xét nào:
Đăng nhận xét