0
Good morning, you guys, I need to click on 2 images and they should open side by side so that the client can make a comparison of before and after.
Notice that I am using the materialboxed from materialize until ai ok if it click on 1 image only, but when it selects 2 images wanted to make 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>
Fernando had thought so too, but I think what he wants is at the click of the check opens the images, I do not know, it seems that this is it!
– LeAndrade
But if that’s what he wants, just look at the documentation and activate it using method
.open(). I don’t think that would be much of a barrier. I hope so...– fernandosavio
Fernando, thank you for the answer, you are not yet so friend, and as Leandrade said, I will "check 2" images and I will have a third button let’s say so that when clicking this third button the two checked images would open the same as the slider right there... I was clear? thanks
– Charles Mousinho Santiago
Hmmm.. then the images inside the
materialboxwill be dynamic? It will depend on user input?– fernandosavio
Yes, they will be dynamic, but they will be saved in a comic...
– Charles Mousinho Santiago