giambaJ / jChat

jChat is an overlay that allows you to show your Twitch chat on screen with OBS, XSplit, and any other streaming software that supports browser sources.
https://www.giambaj.it/twitch/jchat/
GNU General Public License v3.0
139 stars 47 forks source link

Chat direction from top to bottom #23

Open TheRealDadbeard opened 2 years ago

TheRealDadbeard commented 2 years ago

Right now the chat starts at the bottom. Would be nice if we could reverse it so it starts at the top.

arrowgent commented 2 years ago

hmm... script.js might be possible to reverse the chat_container append

might even be as simple as replacing append == prepend

$('#chat_container').append(lines);

some testing would be required to see if this is true

kurodz commented 1 year ago

Need This too please 🙏