You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

46 lines
2.3 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<template id="perfume_images" inherit_id="website.snippets" name="Image Block">
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]"
position="inside">
<t t-snippet="cts_theme_perfume.s_perfume_images"
t-thumbnail="/cts_theme_perfume/static/src/img/snippets/gallery-block.jpg"/>
</xpath>
</template>
<template id="s_perfume_images" name="Perfume Gallery">
<section>
<div class="gallery-area">
<div class="container-fluid p-0 fix">
<div class="row">
<div class="col-xl-6 col-lg-4 col-md-6 col-sm-6">
<div class="single-gallery mb-30">
<div class="gallery-img big-img" style="background-image: url(/cts_theme_perfume/static/src/img/gallery/gallery-1.png);"></div>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-6 col-sm-6">
<div class="single-gallery mb-30">
<div class="gallery-img big-img" style="background-image: url(/cts_theme_perfume/static/src/img/gallery/gall-2.jpg);"></div>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-12">
<div class="row">
<div class="col-xl-12 col-lg-12 col-md-6 col-sm-6">
<div class="single-gallery mb-30">
<div class="gallery-img small-img" style="background-image: url(/cts_theme_perfume/static/src/img/gallery/gall-3.jpg);"></div>
</div>
</div>
<div class="col-xl-12 col-lg-12 col-md-6 col-sm-6">
<div class="single-gallery mb-30">
<div class="gallery-img small-img" style="background-image: url(/cts_theme_perfume/static/src/img/gallery/gall-4.jpg);"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</template>
</odoo>