mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
docs: fix some image responsiveness
This commit is contained in:
parent
7acc782ffe
commit
063a951367
4 changed files with 4 additions and 4 deletions
|
@ -50,7 +50,7 @@ In addition, you cannot mark a song as private if it's still part of a collabora
|
|||
To set up or manage collaboration on a playlist, you need to be the playlist's owner. From the sidebar, right-click on the playlist and choose "Collaborate…" from the context menu.
|
||||
The "Playlist Collaboration" modal should appear.
|
||||
|
||||
<img src="../assets/img/plus/collab.webp" loading="lazy" style="max-width: 640px" alt="Collaboration modal">
|
||||
![Collaboration modal](../assets/img/plus/collab.webp)
|
||||
|
||||
To invite more collaborators, click the "Invite" button. A link will be generated and copied to your clipboard. Share this link with the users you want to collaborate with. They can then paste the link in their browser to join the playlist.
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ To verify that Koel Plus is activated, reload the web app if you haven't done so
|
|||
Afterward, trigger the About Koel modal by clicking the <InterfaceIcon :src="iconInfo" /> icon in the bottom-right corner of the screen.
|
||||
You should see the information about your Koel Plus license in the modal.
|
||||
|
||||
<img loading="lazy" src="../assets/img/plus/about-plus.webp" style="max-width: 480px" alt="About modal with Plus">
|
||||
<img loading="lazy" src="../assets/img/plus/about-plus.webp" style="width: 480px" alt="About modal with Plus">
|
||||
|
||||
## Deactivation
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ SSO_GOOGLE_HOSTED_DOMAIN=your-koel.com
|
|||
|
||||
Save the `.env` file and reload Koel. You should now see a "Log in with Google" button on the login page:
|
||||
|
||||
<img src="../assets/img/plus/login-form-google.webp" loading="lazy" style="max-width: 324px" alt="Google login button">
|
||||
<img src="../assets/img/plus/login-form-google.webp" loading="lazy" style="width: 324px" alt="Google login button">
|
||||
|
||||
Clicking on the Google button will open a new window where you can log in with your Google account (make sure to allow pop-ups if you have a pop-up blocker enabled).
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ You can access the remote controller by visiting `https://<your-koel-domain>/rem
|
|||
You can pin the remote controller to your phone's home screen for quick access.
|
||||
:::
|
||||
|
||||
The remote controller will scan for an active Koel instance.
|
||||
The remote controller will scan for an active Koel instance.
|
||||
If found, it will connect to it and allow you to control the playback as well as like/unlike the current song and adjust the volume.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue