cancel
Showing results for 
Search instead for 
Did you mean: 

Logo squeezed, won't keep proportions

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Logo squeezed, won't keep proportions

Hello, looking for help in getting the logo to display correctly. 

Setting the dimensions has not worked in the configuration.

1 REPLY 1

Re: Logo squeezed, won't keep proportions

@michael_hogan you can do it from xml also.

 

create a default.xml in your custom theme inside Magento_Theme folder with the below code.

 

<referenceBlock name="logo">
            <arguments>
                <argument name="logo_img_width" xsi:type="number">181</argument>
                <argument name="logo_img_height" xsi:type="number">62</argument>
            </arguments>
        </referenceBlock>

Thanks