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 Option carousel:false not working

I have a little problem with the plugin Galleria. The option carousel:false is not working for me (function() { Galleria.loadTheme('./js/galleria/themes/classic/galleria.classic.min.js'); Galleria.configure({ transition: 'fade', …
nobleBean
  • 25
  • 1
  • 6
0
votes
1 answer

Show div on image click in Galleria.io

I've been at this for three days and really figured its time to ask for help. I am running galleria fullscreen and I want to be able to show a hidden div on-click. I've wrapped the image in a div and tried calling it as shown bellow but Nothing I've…
0
votes
1 answer

Image Alignment with Galleria.js in Opera Browser

I trust someone can help with my issue. I have a problem with users visiting my site (www.amigaos.net) using the popular Opera Browser; if someone would like to test in IE as well that would be great, but as a Mac user I avoid inferior browsers. I…
0
votes
1 answer

Galleria Flickr photo descriptions

I've gotten Galleria.io to return different photo albums from Flickr, but it doesn't seem to fetch the description of the photos for display. Is there a way to do this in Galleria.io? If not, is there a way to fetch a JSON feed directly from Flickr…
skinneejoe
  • 3,921
  • 5
  • 30
  • 45
0
votes
5 answers

How to add border to galleria big image?

Hi I want to add a border to galleria big image. How can I give that? I give like this div.galleria-image img{ border: 5px solid #ccc; } but it cuts right or bottom border and also shows a top border to the thumbail images. this is my css file.…
learner
  • 2,099
  • 6
  • 23
  • 32
0
votes
1 answer

Galleria: Won't render without a window intervention?

New to Galleria - and trying to evaluate it for an angular system, ripping its image data from a google spreadsheet.. http://codepen.io/kylane/pen/amqWPw function readytogo() { window.alert('This is just a prototype'); Galleria.configure({ …
Ky Lane
  • 300
  • 1
  • 6
  • 14
0
votes
1 answer

Gallery stop working if one picture could not loaded

I am using galleria on my html webpage and everything works fine while all images are available (HTTP 200). If one Image is not available (HTTP 404) the gallery gives me this error and is no longer usable. Image not found: http://path.... How can…
Patrick
  • 12,336
  • 15
  • 73
  • 115
0
votes
1 answer

Why isn't my jQuery plugin loading in webkit browsers?

I'm using the Galleria plug-in. It works perfectly in Firefox and IE 7/8 but just completely fails in Chrome/Safari. The JavaScript doesn't even kick in, you can tell by the fact that it's not surrounded the #gallery div with the extra…
Dan
  • 11
  • 1
0
votes
2 answers

Accessing elements created on-the-fly jQuery?

i am using this gallery plugin but i can't access the elements created on-the-fly by the plugin. what can i do?? Thanks folks!!
eos87
  • 8,961
  • 12
  • 49
  • 77
0
votes
0 answers

Galleria 1.3.3 add another gallery

I have an existing galleria html page that has 4 galleries. here is the galleria page I want to add a 5th gallery. Can't figure out how to link to the image folder to load the images. Here is the menu.js code: see the existing 4 galleries - how do I…
Will Noel
  • 69
  • 1
  • 9
0
votes
3 answers

How to Write JSON var data Object for JQuery Galleria

I am having a problem with JQuery Galleria and the support person there said it's a bug and to fix it I have to put my images into a JSON var data object in my Javascript. Unfortunately for me, I have no experience doing this and their information…
aeisenbe
  • 127
  • 2
  • 9
0
votes
0 answers

Resize Galleria on browser resize with multiple galleries

I'm currently using Galleria for multiple image galleries on a page. Each gallery is created like so:
0
votes
1 answer

Problems with JQuery Galleria and IE7

I have a problem that I can't figure out what to do next. I have a website using JQuery Galleeria in an HTML page and 10 pictures autoplay scrolling at the top of the page. It is using the Classic theme and is very basic functionality. I tested it…
aeisenbe
  • 127
  • 2
  • 9
0
votes
1 answer

galleria php script to load all pics in folder

Hi am having trouble figuring this out as I'm fairly new to php got it to open the dir but now I'm having trouble with the getimagesize() function here is the code
0
votes
1 answer

Galleria slider from left—right to top—bottom

I'm tryin to implement the galleria.js (slideshow) on my website. All I want is to have the slides entering from the top of the screen and going out from the bottom, instead of the classic right—left. I've tried to rotate the images 90% and it kinds…
Federico
  • 1,392
  • 1
  • 17
  • 40