• So I’ve got an unusual glitch with logo size and browser compatibility

    My theme allows you to upload a normal logo and a 2x logo for HiDPi screens. I did that with a .png (150px and 300px), worked great in all browsers. Then I created a very subtle gif where my logo gently pulses every now and then. I uploaded it the same way (150px and 300px). In Safari it works great but for some reason on Chrome it’s shrinking the logo. I deleted my custom css and still had the problem.

    Here’s whats weird:
    – it only happens for the gif even though they are the same size
    – it only happens in chrome.
    – it’s being shrunk exactly in half.
    – one time when i reloaded the site it worked all of a sudden, then i tried again and half-size. deleted all cached images/files, still the same problem

    Site: https://69.195.124.213/~jessewhe/electroniccurrent/

Viewing 3 replies - 1 through 3 (of 3 total)
  • depends on how wide your browser window is. Both safari and Chrome will haance the size of the image as you make the page bigger or smaller.

    Thread Starter design2343

    (@design2343)

    RIght I coded it to change the size of the image so the nav bar would fit better, but when the browser window is large the logo is still sometimes unredeabely tiny. It happens about half the time…. which is so weird. already cleared cache etc.

    You mat have a script that is changing it, as the page gets smaller, there is a
    transform: scale(0.01);
    added to the #logo css.

    You are using a premimum theme and we do not support them on this forum. You should ask the theme’s author for help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Logo showing at half size in some browsers’ is closed to new replies.