guguk Well-known member Jul 19, 2019 1,150 828 113 Ottoman Empire Dec 15, 2022 #2 Read rules before posting: https://babiato.tech/threads/babiato-forums-terms-rules.6977/ Reactions: Payas
H Haivaan Member Apr 24, 2021 40 12 8 Dec 15, 2022 #3 let title= "hello how are you" let newValue = title.substring(0,10) console.log(newValue) // "hello how"
let title= "hello how are you" let newValue = title.substring(0,10) console.log(newValue) // "hello how"
Zer01ne Well-known member Mar 21, 2020 1,373 3,428 120 Dec 15, 2022 #4 CSS: white-space: nowrap; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden; Try this
CSS: white-space: nowrap; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden; Try this