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

Galleria: Custom Next and Previous link

I need to make some divs my custom controllers for Galleria because I need them to work outside of slider container. Is there a way using Javascript or other to make galleria known that for example: div with the id "#Right" behaves like the "next…
Bruno Teixeira
  • 565
  • 4
  • 11
  • 25
0
votes
2 answers

clicking a thumbnail image in galleria

I need to create separate pre, next, play and index count out of the current galleria and thumb containers. I have worked out how to do the pre/next and play/pause but can not tie it into if a person clicks on the thumbnail image. How do I bind the…
0
votes
1 answer

how to trouble shoot galleria.js in rails 3.x

i'm importing someone's python project into rails and having some trouble getting galleria.js gallery plugin to work. everything seems to be ok locally but when I deploy to heroku the site won't load at all, ie, 'We're sorry, but something went…
John
  • 1,246
  • 15
  • 34
0
votes
2 answers

Galleria load images from folder

How can i configure galleria image gallery (http://galleria.io/), to load images from a specified folder? This way if I want to upload a new photo, I don't need to add a new img src to my html file.
Eric
  • 177
  • 2
  • 13
0
votes
1 answer

Create my own navigation in Galleria jquery plugin

So I am trying to create my own navigation in the galleria plugin and cannot figure out how to go to the slide that I specify when a nav link is clicked. I have looked through there documentation and API here but I cannot find a way to do this. I am…
0
votes
3 answers

How to retrieve the selected image ID

I'm using galleria plugin in my rails 3 application. I need to retrieve the img ID from the selected image in order to update my database. I tried use the method .getActiveImage, but I really don't know how to implement it. Please let me know if…
Zeck
  • 6,433
  • 21
  • 71
  • 111
0
votes
2 answers

How to add custom description to Galleria in Rails app?

I am using Galleria (classic) and I can't get it to add custom description on images. Otherwise the gallery works fine, only I see the img file name in caption. I'm trying to use the dataConfig function -…
em-v
  • 417
  • 1
  • 3
  • 14
0
votes
2 answers

jQuery Galleria sizing issue

I'm trying to simplify galleria to remove most of the elements and styling around it within the classic theme. I really just want my image to scale to the galleria container, not the galleria stage. How does one control the relationship between…
user576838
  • 865
  • 3
  • 19
  • 39
0
votes
1 answer

How to access height of div set in HTML document from within jquery theme script file?

I'm currently creating a theme for the popular jquery gallery script, Galleria. Here's a link to the documentation on creating a theme. My theme is based on the default theme, "Classic", and here's what I need to do. The Galleria script takes images…
hazymat
  • 404
  • 1
  • 6
  • 20
0
votes
1 answer

Galleria not showing up on Heroku in Rails app

For my Rails app I'm using Galleria - http://galleria.io/ It all works fine locally, but when I deploy the app to heroku, galleria is gone. Not really sure why.. Here's my code :
<% for image in @trip.images %> …
em-v
  • 417
  • 1
  • 3
  • 14
0
votes
1 answer

Unwanted transparent background during fade out/in effect in IE8 (jQuery galleria)

I'm creating a new site for my g/f as a surprise for her birthday. However, I'm stuck with a small visual glitch in IE 8 (and probably also 7) that happens with the fade out/in effect when switching images if the gallery of images is in an iframe.…
Eirik H
  • 654
  • 2
  • 8
  • 30
0
votes
1 answer

Galleria Using Jquery

I am using the Galleria jQuery plugin (found at this address: http://galleria.io/), and I was wondering if someone could point out to me in the code where the initial "Galleria" instance is created. I understand that there is a Galleria class and…
voltair
  • 615
  • 2
  • 7
  • 21
0
votes
1 answer

Galleria slideshow control: Loading gallery images from a varbinary database field to an ASP.NET page

I am trying to load from a SQL Server database the gallery images of the Galleria slideshow control http://galleria.io/. I have placed my Galleria control in an ASPX page. I am trying the ListView solution recommended in an old post: Using Galleria…
jaykay
  • 11
  • 3
0
votes
1 answer

Is there any option to Display the galleria gallery inside the fancybox?

I am using the fancybox.I want to display the image gallery using the galleria plugin inside the fancy box similar to this jQuery(".pika-stage img").live('click',function(){ var product_id = id;?>; …
muthu
  • 5,381
  • 2
  • 33
  • 41
0
votes
1 answer

JQuery UI Dialog appearing under galleria on Android

Pretty standard galleria / JQueryUI code to display a dialog on a gallery page. Jsfiddle: http://jsfiddle.net/nHsM3/ Dialog appearing under the galleria gallery on Android 3.1 Samsung Galaxy 10.1 I have experimented around with the z-order of the…
1 2 3
20
21