peachananr / simple-text-rotator

Add a super simple rotating text to your website with little to no markup
http://peachananr.github.io/simple-text-rotator/demo.html
GNU General Public License v2.0
748 stars 249 forks source link

Line Break #9

Open AceDZN opened 10 years ago

AceDZN commented 10 years ago

Hey there! is there any way to add a linebreak [ < br > ] in one of the rotated sentences?

Best Regards Alex Sindalovsky

fernandoperigolo commented 10 years ago

This plugin only works with text, if you put a tag, it will be removed,. Its because is used the .text() jQuery method. I make a variation at https://github.com/fernandoperigolo/simple-text-rotator/commits/master. As you can see at my commits, i changed .text() to .html() and put a word-warp: no-warp .

Hope it can help you.