[FIX] theme_*: make s_picture image responsive by default

Some themes were making the s_picture image responsive on their own. It
is now done generically, so the theme extensions must be removed to be
able to merge.

task-3266862

closes odoo/design-themes#789

X-original-commit: a2e1d54dee
Related: odoo/odoo#158127
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
qsm-odoo
2024-03-15 18:25:49 +01:00
parent d31f407b07
commit e5722e7da9
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -175,7 +175,7 @@
<attribute name="class" add="container-fluid px-5 px-lg-0" remove="container" separator=" "/>
</xpath>
<xpath expr="//img" position="attributes">
<attribute name="class" add="img-fluid" remove="img-thumbnail padding-large" separator=" "/>
<attribute name="class" remove="img-thumbnail padding-large" separator=" "/>
</xpath>
<xpath expr="//figcaption" position="replace">
<figcaption class="text-400"><em>Our office in Dhaka</em></figcaption>