crowbartools / Firebot

A powerful all-in-one bot for Twitch streamers
https://firebot.app
GNU General Public License v3.0
352 stars 100 forks source link

[Feature Request] z order on effects. #1789

Open CKY- opened 2 years ago

CKY- commented 2 years ago

Describe the solution you'd like When adding an element like video and show text there is a way to set the z order ish and that's to set the order of the effects in the effects list but it would be nice to have a z-index override.

so you can set video 1 under video 2 under text one

Kupotanis commented 8 months ago

This would be incredibly helpful for people who want to create more complex animations using firebot directly instead of having to use a separate video editing program which takes more skill and takes up more space on the stream usage. Something like this would VASTLY improve the things that streamers can do

PonchoTaco commented 7 months ago

This feature would be very helpful indeed. I'm running up against an issue where Firebot keeps overlaying my text with a video and then people cannot see the text.

CKY- commented 4 months ago

if its just a video and you always want all videos under the elements add this to your css override in your broadcast software video { z-index: -9997; }​ or if its an image img { z-index: -9997; }​ both methods will move all elements behind anything that is added the issue with this is all elements are affected rather then the one element that you want to change

or if its text in the show text click the </> button and
add this inside the style
the issue with this is there is not always an existing inline style tag to add to
z-index: 9997; ​