Ninja Docs
Search
⌃K

&css

Loads a custom CSS file
General Option! (&push, &room, &view, &scene)

Options

Example: &css=https%3A%2F%2Fbackup.vdo.ninja%2Fdev4321%2Fexamples%2Fmain.css
Value
Description
(encoded URL)
will show the VU-style meter that the director has by default already
Any URL-encoded URL that links to a CSS file.
You can use this tool to encode the URL you want to link to https://www.urlencoder.org/

Details

Link to a remotely hosted CSS style sheet via the URL. You can stylize VDO.Ninja without needing to host anything more than a CSS file. The page elements are not visible until the remote style sheet has been loaded.

base64css

You can pass CSS as a base64-encoded string using the &base64css parameter. This needs to be URLComponent encoded first, and then converted to base 64.
The https://invite.vdo.ninja/ tool has an option to do these base64 encoding steps under "General Options".

Customizable director's dock for OBS

Customizable director's dock for OBS example made: &css=minidirector.css
Last modified 1mo ago