Good Morning!
I am just wondering how I could go about changing the website logo size on my Odoo instance. Is there an easy way?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Good Morning!
I am just wondering how I could go about changing the website logo size on my Odoo instance. Is there an easy way?
Hello Nathan,
you can try below code. I think it’s help you
Try this:
<img t-att-src="'/logo.png;base64,'" Logo of %s' % res_company.name" t-att-title="res_company.name" style="max-width: 200px; max-height: 150px;"/>
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อRelated Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
---|---|---|---|---|
|
4
พ.ค. 24
|
4312 | ||
|
2
ส.ค. 19
|
5989 | ||
|
1
ต.ค. 18
|
6559 | ||
|
1
มี.ค. 16
|
7372 | ||
|
1
พ.ย. 23
|
3645 |
I'm not sure if you'll even see this, but I have no idea where to place that code. I tried editing the "show logo" html file with the built in html/css editor, but it didn't work when I used the below code.