Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Frederic Serva

    (@fredserva)

    Thanks for your kind words!

    The plugin uses the wp_get_attachment_image_src function (http://codex.wordpress.org/Function_Reference/wp_get_attachment_image_src) to return the source of the image.
    This function returns an ordered array with values corresponding to the url, width and height.
    If it returns the image url (and it does, as you can see your logo), then it should also return its width and height…

    Could you try with another image to test?
    And keep me informed.

    Plugin Author Frederic Serva

    (@fredserva)

    I just published an update of the plugin with a modified CSS that only needs the logo url.

    Thread Starter D-Lew

    (@d-lew)

    I got the update – still no luck.

    I checked compatibility against my plugins and it seems the Jetpack plugin is causing this issue somehow. Unfortunately I know this is why several users dislike Jetpack, and I was having a lot of luck with it until just now.

    I’ll see if I can find why it’s causing issues and get back to you. Thanks.

    I’m having the exact same problem. I haven’t been able to suss out a fix for it yet, but if I do, I’ll post it.

    Is there something in its wrapper that’s forcing the height down to 84px and shrinking the logo because of it?

    We’ve built a custom theme that allows for changing the login logo in theme options using a similar method as this plugin and are seeing the same issue.

    Sometimes the height and width are returned properly, sometime it’s not. I think this is not an issue specific to this plugin, but rather the method used.

    I’m posting just to note I’m having the same issue, and am curious to what the fix is.

    Continuing my hunt on the interwebs!

    Having the exact same issue!

    I am having this same problem, it was marked as resolved but I don’t see a fix here?

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Logo size css issue – too small’ is closed to new replies.