Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All pictures in the folder as a gallery ? #513

Closed
Krabtus opened this issue Mar 5, 2017 · 1 comment
Closed

All pictures in the folder as a gallery ? #513

Krabtus opened this issue Mar 5, 2017 · 1 comment

Comments

@Krabtus
Copy link

Krabtus commented Mar 5, 2017

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
Copy link

ghost commented Mar 9, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants