How to rotate Twitch chat in perspective

preview_player
Показать описание
twitter: @milaeshop

Code for Custom CSS:

body { background-color: rgba(0, 0, 0, 0); margin: 0px auto; overflow: hidden;
perspective: 1000px;
}

body div {
transform: rotate3d(0, 1, 0, 30deg);
}
Рекомендации по теме
Комментарии
Автор

Thank you, I needed this tutorial, the OBS' function to do this it's not working properly with custom chats 🐙

ArcanaNug