Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit e8dcc29

Browse files
authored
Merge pull request #7023 from abrarpathan19/patch-97
Declaring the logo size
2 parents 9a3e36a + 16c3b32 commit e8dcc29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/guides/v2.3/frontend-dev-guide/themes/admin_theme_create.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ To customize the Admin theme logo:
8383
<referenceBlock name="logo">
8484
<arguments>
8585
<argument name="logo_image_src" xsi:type="string">images/custom-logo.svg</argument>
86+
<argument name="logo_width" xsi:type="number">150</argument> <!-- Add custom logo width -->
87+
<argument name="logo_height" xsi:type="number">80</argument> <!-- Add custom logo height -->
8688
</arguments>
8789
</referenceBlock>
8890
</body>

0 commit comments

Comments
 (0)