Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted September 22, 20204 yr With the last few updates, my community's header image had become distorted and was larger than the header space. I reuploaded the logo using the uploader and now it's too small. It has been resized to 2000 pixels by 568 pixels yet remains the same size. Can someone please provide guidance on how to fix this issue? I hope this won't be a common occurrence with every update.
September 23, 20204 yr In 4.5 we adjusted how sizing of header images works. You now set the height as a percentage on the form where you upload the logo image. You can adjust this value as needed to size the image height up and down.
September 24, 20204 yr Is there a way around this? Our logo images are still really small, even at 100%.
September 24, 20204 yr In custom.css you can do something like this :root { --logo--height: 200px; } adjust the px height to whatever you want.