text-break
Specify if text should be split into multiple lines when text-width and text-height are used.
text-width
text-height
true
1
false
The default value for this parameter is true.
When text width and height are limited with text-width and text-height default behavior will be to split lines into multiple lines to accommodate them to the defined dimensions:
GET https://assets.imglab-cdn.net/particles.jpeg?text-width=800&text-height=300&text-padding=20 x px
https://assets.imglab-cdn.net/particles.jpeg?text-width=800&text-height=300&text-padding=20
It is possible to disable multilines splitting using text-break=false:
text-break=false
GET https://assets.imglab-cdn.net/particles.jpeg?text-width=800&text-height=300&text-break=false&text-padding=20 x px
https://assets.imglab-cdn.net/particles.jpeg?text-width=800&text-height=300&text-break=false&text-padding=20