Russ
Well-known member
- Affected version
- 2.3 Beta 5
Ideally, you should set your logo width/height but if either Public logo width or Public logo height is not filled out (or both), it results in the logo loading width="0" or height="0" when switching to light/dark
Easy steps to reproduce:
1.) Remove "Public logo width" value, leaving it blank
2.) Switch style variation to dark
3.) Look at logo
It loads the code like so:
Refreshing page fixes it to:
Easy steps to reproduce:
1.) Remove "Public logo width" value, leaving it blank
2.) Switch style variation to dark
3.) Look at logo
It loads the code like so:
Code:
<img width="0" height="36" alt="Pixel Exit | Dev" src="/dev/styles/default/xenforo/xenforo-logo.svg">
Refreshing page fixes it to:
Code:
<img src="/dev/styles/default/xenforo/xenforo-logo.svg" srcset="" width="" height="36" alt="Pixel Exit | Dev">