0
Guys, I developed this layout, follow the code and an example image:
<div class="col-xl-6 pr-0 d-flex align-items-center">
<div class="col-xl-3" style="float:left;">
<div class="col-xl-12 p-0">
<img src="<?= $endereco ?>/img/ID5_A0_Rectangle_46_pattern.png" class="w-100">
</div>
<div class="col-xl-12 p-0">
<img src="<?= $endereco ?>/img/ID5_A0_Rectangle_46_pattern.png" class="w-100">
</div>
<div class="col-xl-12 p-0">
<img src="<?= $endereco ?>/img/ID5_A0_Rectangle_46_pattern.png" class="w-100">
</div>
<div class="col-xl-12 p-0">
<img src="<?= $endereco ?>/img/ID5_A0_Rectangle_46_pattern.png" class="w-100">
</div>
</div>
<div class="col-xl-9 p-0" style="float:right">
<img src="<?= $endereco ?>/img/ID13_A0_Rectangle_38_pattern.png" class="w-100" style="height:36vh">
</div>
</div>
What I need to do is that when there is a click on Thumb, Thumb goes to the open image place and the open image goes to the Thumb place. I just found examples on the internet where the open image is already available as Thumb.
Thank you very much
– Douglas Lima