Questions tagged [galleria]

Galleria is an open source (MIT) image gallery framework written in JavaScript. The aim is to simplify the process of creating professional image galleries for the web and mobile devices.

Code architecture and theming

The Galleria code base consists of one core that exposes a collection of tools, available for a wide range of customizable themes to make the gallery look and behave differently for each use case. The code base and one theme, Classic, is included in the free MIT licensed package available for download. Additional commercial themes are available for purchase.

Customizing Galleria

Customizing Galleria can be done on multiple levels. You can use the many generic options to make configurations like transitions and cropping methods to any gallery theme. Galleria also exposes methods for accessing the instance and all prototype methods for more advanced customizations and theme creation.

Posting issues and collaboration

Bug reports can be posted at Github, where the code repository is based. You may also contribute by forking the code and make pull requests.

315 questions
191
votes
10 answers

jQuery .ready in a dynamically inserted iframe

We are using jQuery thickbox to dynamically display an iframe when someone clicks on a picture. In this iframe, we are using galleria a javascript library to display multiple pictures. The problem seems to be that $(document).ready in the iframe…
EtienneT
  • 5,045
  • 6
  • 36
  • 39
40
votes
11 answers

Galleria Fatal error: Could not extract a stage height from the CSS. Traced height: 0px

If I have the line , even though it is blank, Galleria throws the error message "Fatal error: Could not extract a stage height from the CSS. Traced height: 0px." It would appear that even though I'm telling galleria…
SLoret
  • 1,531
  • 3
  • 18
  • 31
12
votes
3 answers

Where to put Galleria (jQuery image gallery framework) in Rails 3.1 Asset Pipeline?

I'm a bit confused as to where to put a jQuery framework like Galleria in Rails 3.1's new Asset Pipeline? I know it, technically, should go into /vendors/assets/javascripts but, it is my understanding that, the Galleria folder with the jQuery &…
Meltemi
  • 37,979
  • 50
  • 195
  • 293
11
votes
6 answers

Galleria theme occasionally not loading

I am using the Galleria slideshow on my site, but I've noticed an error that seems to happen very randomly. Most of the time the slideshow loads correctrly but once in a while I get this error: Uncaught Error: Fatal error: Theme at…
odle
  • 5,172
  • 8
  • 29
  • 33
11
votes
3 answers

Setting captions on Galleria photo gallery

I am using Galleria and I would like to use the classic theme and have captions. Is that possible? If so how do I set it up?
NadineK
  • 131
  • 1
  • 2
  • 9
9
votes
5 answers

Toggle Galleria Full Screen Mode

I am wondering if anyone knows how to toggle between full screen and normal mode in Galleria The only way I can think of is to switch between themes : default, and Fullscreen theme (which i bought from there) If you know an even better way, I would…
Dany Khalife
  • 1,850
  • 3
  • 20
  • 47
7
votes
2 answers

How do I add alternative text in .galleria?

How can I add alternative text in thumbnail and big image with jquery.galleria.js? $(window).load(function() { Galleria.loadTheme('http://www.bulogjatim.com/wp-content/themes/duotive-fortune/js/jquery.galleria.template.js'); …
Kausha Mehta
  • 2,828
  • 2
  • 20
  • 31
7
votes
3 answers

Responsive Galleria

I'm trying to use this plugin Galleria in its responsive mode, which basically means it will re draw itself based on its container size as the window re-sizes. The demo on the link I've provided shows a really good example. You can see that, as you…
Jibi Abraham
  • 4,636
  • 2
  • 31
  • 60
6
votes
2 answers

Galleria plugin: How to add links?

I´m talking about this Galleria plugin. Maybe this is too simple, but I can´t find anything in the documentation page: I have this galleria implementation. I want to add a different link to every image, so that the user can click on some image and…
Edgar
  • 61
  • 1
  • 2
5
votes
1 answer

Galleria variable height

I am trying to use Galleria plugin for images. It works OK and I can set height via parameter to 0.66 and the height will be 66% of the width and that is responsive. Problem is, the thumbnails are also included in this height and the thumbs do not…
Jerry2
  • 2,955
  • 5
  • 30
  • 39
5
votes
2 answers

How to use Galleria plugin with Rails 4 Pipeline

I've recently had a trouble making Galleria plugin work with Rails 4 Pipeline and it took me a while to figure out how to make it work, so I wanted to share the solution in case somebody has the similar problem. 1) After downloading the plugin, put…
NoDisplayName
  • 15,246
  • 12
  • 62
  • 98
4
votes
5 answers

How can I automatically toggle showinfo in jQuery Galleria plugin?

I can't seem to find this documented anywhere. Basically I just want to have the caption automatically be displayed throughout the slideshow... Thanks in advance...
Logan Watts
  • 41
  • 1
  • 2
4
votes
1 answer

Integrating Galleria with Rails Application

I am having trouble integrating Galleria with my rails application. Here is the deal: These are the locations of my files:…
sidharth singh
  • 309
  • 1
  • 5
  • 12
3
votes
1 answer

this.push() works with PHP data but not with javascript data

I'm using Galleria which lets you add images on the fly using this.push({ image:'image.jpg' }) The strange thing is that when I prepare my code with PHP it works fine:
domaind1
  • 31
  • 2
1
2 3
20 21