Description
I'm attempting to implement a custom icon on the login screen, via the Icon URL field on the Auth0 -> Settings -> Appearance screen in the WordPress admin area.
This field recommends a size "less than 120px tall", but I'm struggling to find the correct icon dimensions and ratio. It appears that the icon's height is forced to 58px and its width is forced to auto, which results in strange behaviour when uploading an image that's too wide for the container.
Can you advise on the exact dimensions for the custom icon please? And can you consider an option to hide this icon and the Form Title value so that neither appear? That way, custom of the standard WordPress login screen icon can simply be used.
Environment
- WP-Auth0 version: 3.8.0
- WordPress version: 4.9.8
Description
I'm attempting to implement a custom icon on the login screen, via the Icon URL field on the Auth0 -> Settings -> Appearance screen in the WordPress admin area.
This field recommends a size "less than 120px tall", but I'm struggling to find the correct icon dimensions and ratio. It appears that the icon's height is forced to
58pxand its width is forced toauto, which results in strange behaviour when uploading an image that's too wide for the container.Can you advise on the exact dimensions for the custom icon please? And can you consider an option to hide this icon and the Form Title value so that neither appear? That way, custom of the standard WordPress login screen icon can simply be used.
Environment