I tried to increase the logo size on the website home page in odoo 13 but the code of show logo is changed, how to increase the logo in this code?
<?xml version="1.0"?>
<data inherit_id="website.layout" name="Show Logo">
<xpath expr="//header//a[hasclass('navbar-brand')]" position="replace">
<a href="/" class="navbar-brand logo">
<span t-field="website.logo" t-options="{'widget': 'image'}" role="img" t-att-aria-label="'Logo of %s' % website.name" t-att-title="website.name" />
</a>
</xpath>
</data>
Odoo Customization Tips: https://learnopenerp.tumblr.com/
I can not be fined the blog about this topic
its working fine
Not working