Bug in 27.2.0 - Transparency in Browser Sourse does not work

Stefan Herler

New Member
Hello,

After today's update to 27.2.0, the transparency in the browser source no longer works.
I have a PNG file that only has a banner in the upper area and everything below it should be transparent, but it is all white.

I have also made a picture of it for you:
obs.png


I have this code in the custom CSS and it has always worked until this update:

body { background: transparent !important; margin: 0px auto; overflow: hidden; }

What can I do to remove this bug?

Thank you for your help.

With kind regards
Stefan
 

R1CH

Forum Admin
Developer
This behavior matches what the Chrome team did in the recent updates. You should be able to override it with img { background: none !important; } as custom CSS. In general, static files should be loaded using the image source to reduce resource usage.
 
Last edited:

Stefan Herler

New Member
Thank you very much, that worked :)

Yes normally we would leave the pictures directly on the PC where OBS is running but since we have several streamers it is easier to upload the pictures to a server which can then be accessed and so the pictures only have to be uploaded once and everyone can then access these pictures no matter who is streaming :)

Thanks again for the help with my problem :)

With kind regards
Stefan
 
Top