Skip to main content
Topic: Disable galery slideshow (Read 733 times) previous topic - next topic

Disable galery slideshow

Hi!

I create a project with uploaded pictures. If Iclick on a picture on the list page, then the picture is opened. But I don't like, that I click on a picture, galery is genereted and view the slide. I'd like to zoom on picture.

 

Re: Disable galery slideshow

Reply #1
Simple solution:
Disable controls in generated project main_layout.php file (delete this lines):
Code: [Select]
<a class="prev">‹</a>
<a class="next">›</a>
<a class="play-pause"></a>
<ol class="indicator"></ol>