Hi,
This is more a simple question than a real issue but, i was wondering if it is possible to change the default logo at top left corner ?
I'm working in a hospital and we wanted to change to logo by the one of the institution.
Thank you very much.
Youssef.
I'm also looking for this, has anyone found anything?
you can change the file watermark.png by yours or change this line in all.css
.leftwatermark{display:none;left:50px;margin-left:10px;background-image:url(../images/watermark.png)
the location of this file is (for debian) : /usr/share/jitsi-meet/css/all.css
the watermark.png location is /usr/share/jitsi-meet/images/watermark.png
have a nice day
You must have a self hosted version to do this. From there you can simply edit the config file to change URL and image.
you cannot do this using the jitsi hosted API.
Where might I find the config files?
/etc/jitsi/ is relatively empty, with just domain-config.js etc...
The files are located in /usr/share/jitsi-meet/css/
The one you want to edit is /usr/share/jitsi-meet/title.html
The provided answers are correct. Closing!
I had a question. Was this a fairly recent change in jitsi where the logo must be shown if hosted externally, and can only be disabled now when hosting the jitsi server locally or on the cloud?
previously, i had been able to disable and change that setting by passing in:
interfaceConfigOverwrite: {SHOW_JITSI_WATERMARK: false, SHOW_WATERMARK_FOR_GUESTS: false...
to override the default interface configuration, but I noticed that is no longer working.
Most helpful comment
you can change the file watermark.png by yours or change this line in all.css
.leftwatermark{display:none;left:50px;margin-left:10px;background-image:url(../images/watermark.png)the location of this file is (for debian) : /usr/share/jitsi-meet/css/all.css
the watermark.png location is /usr/share/jitsi-meet/images/watermark.png
have a nice day