Angular directive

sra-standings-banner-class-vertical20 source template

This widget displays a TV style banner showing the standings for 20 drivers, for your class only. Designed to be used as an overlay with OBS. By default, the session type is displayed as the title. The default sponsor is SIMRacingApps. To change either, create a file called "StandingsBanner.json" in the "Documents/SIMRacingApps" folder with the following entries.
{
  "title":            "DAYTONA 500",
  "fontSize":         "100%",
  "sponsorImageUrls": ["Sponsors/Sponsor1.png","Sponsors/Sponsor2.png","sra"],
  "sponsorSeconds":   [60,120,60]
}
In the example, the sponsor logos is an array of files that are stored in the "Documents/SIMRacingApps/Sponsors" folder. The ratio of a sponsor file should be 4x1. The default window size calculates that to be 200x50 pixels, but it will scale up and down. Each sponsor can have their own display time using the seconds array. The first sponsor will be displayed for 60 seconds, the second for 120 seconds, then start over. You can add more sponsors and seconds to display as needed. Any image that cannot be found will be replaced with the stock SRA logo.

Example list of the files.

   Documents\SIMRacingApps\StandingsBanner.json
   Documents\SIMRacingApps\Sponsors\Sponsor1.png
   Documents\SIMRacingApps\Sponsors\Sponsor2.png

Example:

<sra-standings-banner-class-vertical20></sra-standings-banner-class-vertical20>
Image goes here

Dependencies:
NameTypeDescription
show-short-name Set to true to show the short name. Default is false.
show-team-name Set to false to not show the team name. Default is true.
data-sra-args-interval integer The interval, in milliseconds, that this widget will update from the server. Default is 500.