[FIX] website_sale_product_library: revert JS hover and center iframe on product image

This commit is contained in:
snt 2026-03-29 18:25:56 +02:00
parent b072f3b73f
commit b9af48239e
3 changed files with 17 additions and 19 deletions

View file

@ -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"