Odoo18-Base/addons/website/views/snippets/s_image_frame.xml
2025-01-06 10:57:38 +07:00

21 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_image_frame" name="Image Frame">
<section class="s_image_frame o_colored_level o_cc o_cc1 pt64 pb64">
<div class="container">
<div class="row o_grid_mode" data-row-count="11">
<div class="o_grid_item o_grid_item_image g-height-11 g-col-lg-12 col-lg-12 order-lg-0 rounded overflow-hidden" style="grid-area: 1 / 1 / 12 / 13; --grid-item-padding-x: 0px; --grid-item-padding-y: 0px; border-radius: 6.4px !important; order: 1;">
<img src="/web/image/website.s_image_frame_default_image" class="img img-fluid mx-auto" style="padding: 16px;" alt=""/>
</div>
<div class="o_grid_item g-height-4 g-col-lg-5 col-10 offset-1 col-lg-5 offset-lg-0 order-lg-0 rounded o_cc o_cc1" style="z-index: 1; grid-area: 7 / 7 / 11 / 12; --grid-item-padding-x: 32px; order: 0;">
<h3>Product highlight</h3>
<p class="lead">Choose a vibrant image and write an inspiring paragraph about it. It does not have to be long, but it should reinforce your image.</p>
</div>
</div>
</div>
</section>
</template>
</odoo>