[FIX] website_sale_product_library: revert JS hover and center iframe on product image
This commit is contained in:
parent
b072f3b73f
commit
b9af48239e
3 changed files with 17 additions and 19 deletions
|
|
@ -13,8 +13,8 @@
|
|||
<span t-if="product.autor"><b><t t-out="product.autor" /></b></span>
|
||||
</a>
|
||||
</xpath>
|
||||
<xpath expr="//div[hasclass('o_wsale_product_sub')]" position="after">
|
||||
<div t-if="product.multimedia_embed_url" class="o_multimedia_hover_player">
|
||||
<xpath expr="//a[hasclass('o_wsale_product_img_link')]" position="inside">
|
||||
<div t-if="product.multimedia_embed_url" class="o_multimedia_image_player">
|
||||
<iframe
|
||||
loading="lazy"
|
||||
t-att-src="product.multimedia_embed_url"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue