# Transparent site logos?

**URL:** <https://meta.discourse.org/t/transparent-site-logos/357467>\
**Category:** Support\
**Created:** [March 16, 2025, 7:47pm UTC](https://meta.discourse.org/t/transparent-site-logos/357467 "2025-03-16T19:47:51Z")\
**Posts on this page:** 1\
**Showing post:** 3

<div class="post-metadata">

**Author:** ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)\
**Post date:** [March 16, 2025, 8:36pm UTC](https://meta.discourse.org/t/transparent-site-logos/357467/3 "2025-03-16T20:36:14Z")

</div>

I think I can see why.

The uploader component used in site settings has a parameter to tell the backend to not convert to JPEG:

[https://github.com/discourse/discourse/blob/main/app/assets/javascripts/admin/addon/components/site-settings/upload.hbs#L6](https://github.com/discourse/discourse/blob/main/app/assets/javascripts/admin/addon/components/site-settings/upload.hbs#L6)

After the logo page has been rebranded, the form uses FormKit.  
However, the param is missing here:

[https://github.com/discourse/discourse/blob/main/app/assets/javascripts/discourse/app/form-kit/components/fk/control/image.gjs#L24-L32](https://github.com/discourse/discourse/blob/main/app/assets/javascripts/discourse/app/form-kit/components/fk/control/image.gjs#L24-L32)

---

_[View the full topic](https://meta.discourse.org/t/transparent-site-logos/357467)._
