Archived topic
Elongated logo in Safari
3 replies · Started by Sergio on June 28, 2022
Hello
It seems that the logo in the "sticky menu" in Safari looks elongated.
I think it's because the CSS has height "auto". I have put the exact measurements in CSS, but it still looks wrong.
Any help? The website is https://mikelfresnillo.com/
Thanks in advance
Hi there,
try disabling the lazy loader on the logo image.
Most lazy loaders allow you to exclude images that have a specific CSS Class, you can use is-logo-image
I have excluded the CSS class from the lazy load as you said and it works fine.
Thank you very much David!
Glad to hear that!