Change size logo

I know how to change logo but when I change put me own logo he so small. I see for inspekt he say he 140px by 70px. I try change it to more but he no change size. Somebody tell me please how I make me logo bigger

I had the same problem… I only was able to fix it updating jitsi to the latest stable

Even I update latest stable probleme are stil same. I try are change for code build from source he no take. He so frusraten

I don’t think you can. You can make a social network and change the logo, but I don’t think you can change the default.

Nobody are know how change size logo? My logo are so small he no show :cry:

/usr/share/jitsi-meet/custom.css

.welcome .welcome-watermark .watermark.leftwatermark {
    width: 100%;
    height: 100%;
}
.watermark {
    width: 100%;
    height: 100%;
}

/usr/share/jitsi-meet/index.html

<link rel="stylesheet" href="css/custom.css?v=5307">

@emrah thank you very much my friend. I are try as you put but it are not work. I even try change verzion number (5307) to another number but it are not work :cry:

I use this with a PNG logo.

@emrah I try that now I change svg to png logo he still no work. Your jitsi verzion lateste?

Did you edit the interface_config file to point to PNG?

Yes I did that he no work.

BUT now I put the code you are wrote inside all.css and it are work! Thank you too much my friend! :smiley:

if you upgrade Jitsi-meet you will have to redo these changes.

Yes this I know upgrade are wipe the costomisazion so I just redo

Should be /usr/share/jitsi-meet/css/custom.css

2 Likes

That’s right. Thank you

i did it exactly, and change the logo size but it broke something in the web page by making a link to my DEFAULT_LOGO_URL on the splash page

Thanks for the tips, it worked for us. But in version 2.0.8615 we had to change the css name style :

/usr/share/jitsi-meet/css/custom.css

.welcome .welcome-watermark .watermark.leftwatermarknomargin {
    width: 150%;
    height: 150%;
}
.watermark {
    width: 150%;
    height: 150%;
}

/usr/share/jitsi-meet/index.html
just add this <link rel="stylesheet" href="css/custom.css?v=5307"> after this line :

<link rel="stylesheet" href="css/all.css?v=7235">