Как в этот код: <?php if( !empty($this->secondaries_images)): ?> <div id="jea-gallery-scroll" > <?php foreach($this->secondaries_images as $image) : ?> <a class="jea-thumbnails" href="<?php echo $image['preview_url'] ?>" > <img src="<?php echo $image['min_url'] ?>" alt="<?php echo $image['title'] ?>" title="<?php echo $image['description'] ?>" /></a><br /> <?php endforeach ?> </div> <?php endif ?> подключить yoo effects плагин?