placeholders.dev icon indicating copy to clipboard operation
placeholders.dev copied to clipboard

Add paragraph breaks support

Open Romybron opened this issue 4 years ago • 0 comments

Adding (automatic) paragraph breaks support that would allow the text to always stay within the frame

Examples

Initial placeholder: /?width=250&height=200&text=This%20text%20is%20%20too%20long&bgColor=%23f7f6f6 image

Using an automatic paragraph break: /?width=250&height=200&text=This%20text%20is%20%20too%20long &break=auto &bgColor=%23f7f6f6 image

Using a manual paragraph break: /?width=250&height=200&text=This%20text &break &text=is%20too%20long&bgColor=%23f7f6f6 image

Using both together: /?width=250&height=200&text=This%20text%20is%20too &break &text=long &break=auto &bgColor=%23f7f6f6 image

That would add a nice addition to the already useful Placeholders!

Romybron avatar Jan 19 '21 12:01 Romybron