Hi the small logo doesn't seem to work with @DohTheme Retro. The retro theme seems to pull 2x, logo in that order and I'm not sure what template to change to correct this so the add-on works?
Hi the small logo doesn't seem to work with @DohTheme Retro. The retro theme seems to pull 2x, logo in that order and I'm not sure what template to change to correct this so the add-on works?
Inspecting the element shows the following html:
<img src="/styles/default/xenforo/How2piLOGO.png" alt="How2Pi - SBC How Tos Made Easy" srcset="/var(--xf-publicLogoUrl2x) 2x">
Highlighted what I think the problem is. The src attribute is correct, but seems the srcset attribute overrides the img src somehow.