Good morning everyone, I need to click on 2 images and they should open side by side so the customer can do a comparison of before and after.
Note that I'm using materialboxed from materialize until ok if it clicks 1 image only, but when it selects 2 images wanted to do the same effect ...
<div class="col s2" style="width: 110px">
<img src="<?php echo Url::getBase().'img/varizes2.jpg'?>" width="105" class="materialboxed"/>
<label>
<input type="checkbox" />
<span> </span>
</label>
</div>