Hi again 
I'm creating image gallery and I'm doing it in way how it's described in Portfolio tutorial.
So let's say that this is part of my code for showing images: (It's detailed/single page of group)
In Docs it says that I need to put <cms:show image_number /> for every image. So if you would have 20 images, I will need to create 20 lines of similar code and make 20 editable regions. And that doesn't make any sense to me. And there's probably solutions for this, and I need it right now
EDIT: I found tutorial for Photo Gallery in Docs. Will check it and try to solve this.

I'm creating image gallery and I'm doing it in way how it's described in Portfolio tutorial.
So let's say that this is part of my code for showing images: (It's detailed/single page of group)
- Code: Select all
....
<li class="col-md-3>
<span class="thumb-info">
<img src="image location">
</span
</li>
....
In Docs it says that I need to put <cms:show image_number /> for every image. So if you would have 20 images, I will need to create 20 lines of similar code and make 20 editable regions. And that doesn't make any sense to me. And there's probably solutions for this, and I need it right now

EDIT: I found tutorial for Photo Gallery in Docs. Will check it and try to solve this.