Problem/Motivation
The logo in olivero is hard-coded. All logos in core are either hard-coded or we _only_ render the image path. Never dimensions. We should. And we might want a holistic solution that passes from theme config the logo and the logo dimensions. For good measure, we could even add loading="eager"
. That's the default, but adding it is more explicit and instructive.
Steps to reproduce
Inspect the HTML source for the logo, and see the width and height attributes are not included.
Proposed resolution
Use the image factory to render the img tag including the width and height attributes.
Remaining tasks
None
User interface changes
None
API changes
None
Data model changes
None