Browse Source

Use SVG for default logos. Closes #261

pull/266/head
Gabe Kangas 5 years ago
parent
commit
f9039acadb
  1. 4
      config-example.yaml
  2. 1
      webroot/img/logo.svg
  3. BIN
      webroot/img/logo128.png
  4. BIN
      webroot/img/logo256.png

4
config-example.yaml

@ -6,8 +6,8 @@ instanceDetails: @@ -6,8 +6,8 @@ instanceDetails:
summary: "This is brief summary of whom you are or what your stream is. You can read more about it at owncast.online. You can edit this description in your config file."
logo:
small: /img/logo128.png
large: /img/logo256.png
small: /img/logo.svg
large: /img/logo.svg
tags:
- music

1
webroot/img/logo.svg

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.4 KiB

BIN
webroot/img/logo128.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

BIN
webroot/img/logo256.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Loading…
Cancel
Save