I am using the fotorama widget and I want to create a comparison page.
I split the page and use 2 widgets to compare images
I tried changing the source, but it still does not work.
This is the source code.
<div class="row"> <div class="col-sm-6"> <center> <?php $fotorama = Fotorama::begin( [ 'options' => [ 'height' => '540px', 'width' => '720px', 'loop' => true, 'hash' => true, 'ratio' => 800/600, 'transition' => 'dissolve', 'arrows' => true, 'nav' => 'thumbs', 'navposition' => 'bottom', 'thumbwidth' => 50, </center> </div><div class="col-sm-6"> <center> <?php $fotorama2 = Fotorama::begin( [ 'options' => [ 'height' => '540px', 'width' => '720px', 'loop' => true, 'hash' => true, 'ratio' => 800/600, 'transition' => 'dissolve', 'arrows' => false, 'nav' => 'thumbs', 'navposition' => 'bottom', 'thumbwidth' => 50, </center> </div> </div>
And here's what happened

Can I use the same widget on the same page or not? Or can you say that a cool widget shows thumbnail images and navigation further, back and play? It looks like a window viewer
source share