mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 09:47:09 +02:00
Fix images fpr dark/light theme
This commit is contained in:
parent
3002158808
commit
8cce7dda99
1 changed files with 10 additions and 4 deletions
14
README.md
14
README.md
|
@ -1,7 +1,10 @@
|
|||
# Snapcast
|
||||
|
||||

|
||||

|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="doc/Snapcast_800_dark.png">
|
||||
<source media="(prefers-color-scheme: light)" srcset="doc/Snapcast_800.png">
|
||||
<img alt="Snapcast" src="doc/Snapcast_800.png">
|
||||
</picture>
|
||||
|
||||
**S**y**n**chronous **a**udio **p**layer
|
||||
|
||||
|
@ -167,8 +170,11 @@ Snapcast can be controlled using a [JSON-RPC API](doc/json_rpc_api/control.md) o
|
|||
|
||||
The server is shipped with [Snapweb](https://github.com/badaix/snapweb), this WebApp can be reached under `http://<snapserver host>:1780`.
|
||||
|
||||

|
||||

|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/badaix/snapweb/master/snapweb_dark.png">
|
||||
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/badaix/snapweb/master/snapweb_light.png">
|
||||
<img alt="Snapweb" src="https://raw.githubusercontent.com/badaix/snapweb/master/snapweb_light.png">
|
||||
</picture>
|
||||
|
||||
### Android client
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue