Featured
https://obs.multistream.tools/v1/wrapper?url=https://obs.multistream.tools/v1/overlays/featured/overlay
This overlay, intended to be integrated into your OBS installation in the form of a browser source, goes hand in hand with the dock of our Chat overlay and allows you to highlight the chat messages of your choice on your stream. For example, during a frequently asked questions (FAQ) or an interview, your viewers will be able to more easily identify the topic being discussed.
The use of our chat dock is necessary for this overlay to work.
Parameters
In addition to the system parameters common to all overlays, specific parameters are available:
name | value | optional |
---|---|---|
duration | Number of seconds (20 by default) | yes |
The optional parameter named duration
allows you to adjust the display duration of a highlighted message. After this time, it will be automatically hidden.
https://obs.multistream.tools/v1/wrapper?url=https://obs.multistream.tools/v1/overlays/featured/overlay?duration=10
Variables
The specific CSS variables useful for writing a theme are the same as for the Chat overlay. The --highlightColor
variable is not used in the default theme.
Additional CSS variables useful when writing a theme are as follows:
name | value | description |
---|---|---|
--background | Color (rgba(0, 0, 0, 0.95) by default) | Highlighted messages background color |
Those of our CSS framework having been redefined are as follows:
name | value |
---|---|
--borderRadius | --spacing |
--fontFamily1 | 'Nunito Sans' (from Google Fonts) |
--fontSize | 27px |
--fontWeight | 700 |