-
Notifications
You must be signed in to change notification settings - Fork 879
Closed
Labels
help-wantedYou could start with this if you want to contribute to the projectYou could start with this if you want to contribute to the projecttemplateThe stock site templateThe stock site template
Description
Operating System: Windows
DocFX Version Used: 2.48.1.0
Template used: default
Steps to Reproduce:
- Added a custom svg file for a logo under images
- added corresponding globalMetadata / _appLogoPath
- ran docfx
Expected Behavior: the custom logo is displaye at correct scale (height = 50?)
Actual Behavior: the custom logo is show in its designed size (height = 150)
This is true for all current browsers (Chrome, Firefox, Edge). The svg tag sets the with and height to 150. It should be "auto" and a attribute viewBox='0 0 150 150' should be added. Then the logo is displayed correctly.
Metadata
Metadata
Assignees
Labels
help-wantedYou could start with this if you want to contribute to the projectYou could start with this if you want to contribute to the projecttemplateThe stock site templateThe stock site template
