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
0
votes
1 answer

Swap Images in Galleria on click

I have a image gallery to show off screen shots for a game I am working on and I wanted to do some before and afters with the images. I want all the after images displayed normally as the gallery defaults to. For the before images though I want them…
Bakuryu
  • 13
  • 5
0
votes
4 answers

Galleria / Flickr plugin problem

I'm having a bit of a struggle with something that should be quite easy to do, yet i'm failing at it. I'm trying to implement the Jquery Galleria Flickr plugin into this website: http://www.mathijsdelva.be/yury. This is the code i have:
Mathijs
  • 21
  • 5
0
votes
1 answer

Print/Echo dynamic content in JavaScript (Galleria)

Thanks for taking the time to read my question. I have a little problem I'm bumping in to. I can't seem to figure it out on my own. I hope you could help me. On my website I have a dynamic field that is filed from the back-end with a code, like…
Jay-oh
  • 426
  • 2
  • 6
  • 28
0
votes
2 answers

JQuery galleria recommendation

I've been using JQuery galleria(http://galleria.aino.se/). Problem is that the new version is quite buggy, does anyone have a recommendation on another plugin to use ? I'd like it if it was hosted on github, under active development and manages…
daniel
  • 9,732
  • 7
  • 42
  • 57
0
votes
1 answer

How can I relocate the "i" (info button) in jQuery's Galleria Classic?

I'm working with jQuery's Galleria Classic and would like to make a modification. I would like to instead of having a picture counter at the bottom of the image informing you of what number picture you are on, I would prefer a picture title. I want…
kcprice
  • 29
  • 1
  • 1
  • 3
0
votes
1 answer

When I click to a page using IE with a galleria it doesn't load until I refresh

I have this site and the navigation is all accordion based, http://pearsonlyle.uwpistol.net/galleries/jan-baldwin/food-people/ . when i navigate to a page using the accordion, the page loads but the galleria on that page doesn't. however when I…
Tara Irvine
  • 819
  • 3
  • 22
  • 42
0
votes
2 answers

galleria thumbnail nav always display

I'm trying to get the arrows either side of the thumbnail navigation to display all the time, but at the opacity stated (disabled = 0.2) and enabled (0.8). I have tried messing with the galleria classic css but that didn't work.. any ideas?
Tara Irvine
  • 819
  • 3
  • 22
  • 42
0
votes
1 answer

Why is there a margin at the right of the page?

I made a page using Bootstrap and Galleria. It is a gallery page that has a navbar, so I tried to make the gallery fit in the most remaining space possible. Its width is defined as 100vw, so it should just fill the rest of the page, but it instead…
0
votes
3 answers

Galleria works locally in all browsers but only IE8 & Chrome when hosted

This page: http://www.ipjnet.talktalk.net/code/photos.html works in Opera11,Chrome, Firefox3 & IE8 locally. The same page hosted only loads correctly in IE8 & Chrome I'm new to galleria and jquery so please be gentle with me as I think I must be…
Jonesi
  • 3
  • 1
0
votes
3 answers

display galleria list of images in random order

I was wondering if it's possible to randomise the list of images galleria uses to be different each time on document.load Any ideas?
Tara Irvine
  • 819
  • 3
  • 22
  • 42
0
votes
0 answers

Failed to execute 'requestFullscreen' on 'Element'. API can only be initiated by a user gesture

I translate via "Google translate", sorry in advance if everything is not correct. In "smartphone resolution" and on all browsers (IE10, Firefox, Safari) the "fullscreen" mode works very well, but not on "Google Chrome smartphone". When an image of…
0
votes
0 answers

Open galleria in modal

Hi have just started using galleria plugin and i would like to open it in modal like on thier site. https://galleria.io/downloads/classic/ Mayby sb have aready done this before and is able to send me code
marmite
  • 113
  • 8
0
votes
2 answers

How do you apply a callback (cufon) to the Galleria jquery plugin when you click on next image

I'm using the Galleria jquery plugin. What i would like to be able to do is apply cufon to the caption text / galleria-info-title text but i can't see how. I presume i need to add it as a callback somewhere in the galleria call but i can't see where…
bjohnb
  • 500
  • 2
  • 8
  • 20
0
votes
1 answer

How to show the original image in galleria jquery library

I want images to display in their original size, not stretched. How? How can I disable that. Anyone who knows the solution please help me.
learner
  • 2,099
  • 6
  • 23
  • 32
0
votes
3 answers

galleria javascript crops topand bootom of images when viewing in Firefox Chrome and IE

galleria javascript crops top and base of images when viewing in Firefox Chrome and IE However in Safari this issue does not exist. Please see the issue here http://galleria.aino.se/media/galleria/src/themes/fullscreen/fullscreen-demo.html no…