Preconditions (*)
- Magento 2.3-develop
Steps to reproduce (*)
- Create a test logo image of size 400x100 pixels

- Deploy 2.3-develop
- Content->Configuration->Global->Edit->Header->Upload Logo Image
- Do not set any height and width in config
- Refresh cache
- View frontend and inspect size of logo image
Expected result (*)
- Logo should be 400x100px.
Actual result (*)
- Logo is actually 148x43px in size which is the dimensions of luma's logo.svg, even though it is no longer being used.
If the height and width is set in design config to 400x100 pixels, the logo is displayed correctly.
If no height and width are set in config, it should determine them from the actual logo, not luma's logo.
Preconditions (*)
Steps to reproduce (*)
Expected result (*)
Actual result (*)
If the height and width is set in design config to 400x100 pixels, the logo is displayed correctly.
If no height and width are set in config, it should determine them from the actual logo, not luma's logo.