Tested on Windows FF and Manjaro Linux FF
The picture is just shown as black
Tested on Windows FF and Manjaro Linux FF
The picture is just shown as black
I confirmed this.
it’s hardcoded to welcome-background.png but if you rename your jpg file to png it will work.
png is not working either
is your file a valid graphic file ? what says
file welcome-background.png
I tried with that and it did not work the same file works with chrome
If Firefox is relying on the file extension to understand it, it’s sad.
It’s not that difficult to get a png file from a jpg file anyway. On Ubuntu
sudo apt install imagemagick
then
sudo convert welcome-background.jpg welcome-background.png
should do the trick.
@Chagai_Friedlander I understand you’re talking about the new virtual backgrounds not the landing page background (welcome-background.png); so yes, Firefox is not rendering the custom image - be it in jpg or png format.