artpolikarpov / fotorama

A simple, stunning, powerful jQuery gallery.
http://fotorama.io
Other
1.58k stars 378 forks source link

All pictures in the folder as a gallery ? #513

Closed Krabtus closed 5 years ago

Krabtus commented 7 years ago

Is it possible to tell Fotorama that there are photos in a particular folder, so the complete content is displayed as a gallery? I use Joomla.

I imagine this is similar. . . ;-)

<div class="fotorama"
     data-nav="thumbs">
  <img src="images/gallery">
</div>

In the original code, I unfortunately have to assign each picture individually.

<div class="fotorama"
     data-nav="thumbs">
  <img src="1.jpg">
  <img src="2.jpg">
</div>
ghost commented 7 years ago

@Krabtus this is javascript. you can transform that on backend. I mean create list of images.