In the Branding section / Common tab, you can chose your logo image, and add size values (width and height).
If you don't fill theese fields, Studio generates empty attributes:
<img src="/nuxeo/img/your_logo.png" alt="My Logo" height="" width="" title="My Logo">
IE9 has the clever idea to replace these two empty values by 1. Which means that your logo is 1px width, and 1px height. You can't see it, and you can think your link is broken.
Is it possible to not generate the attribute when the value is not filled ?
- is required by
-
NXS-1074 Branding > Logo : do not generate width or height attribute if the value is empty
- Resolved