Question / Help Creating a Progress bar without a browser source

zeetee

New Member
Hello I am looking to add a progress bar with colours to the bottom of my overlay...is there a way I could add CCS html text witout the use of a browser source?

Any help would be appreciated,


Thank you.
 
Last edited:

zeetee

New Member
I do not know, simply put I need to put a progress bar, i have found some times with basic coding on how to create one..i assume this would not be attached to a browser source.. how would i attach said coding to a browser source for it to then show up within OBS
 

Narcogen

Active Member
You need to put your CSS in an .html file and then host it where the browser source can load it. I believe this will work even with just a local file if you enter in the URL correctly-- I don't think it's necessary to actually run a webserver.

CSS gets rendered by an HTML engine, and without a browser source in your OBS scene, there's nothing to render the CSS.

In fact, just a basic page with no content might be enough since the properties of a browser source in OBS has its own area for custom CSS.
 
Top