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

JavaScript JQuery Galleria.io Zk Framework getSelectedImage() or getIndex

i have implement a Image Gallery using javascript,JQuery,Galleria.io library everything works as expected we are using Zk Framework my question is how can i get the Selected image or selected index to able to delete it in both image gallery and the…
chiperortiz
  • 4,751
  • 9
  • 45
  • 79
0
votes
1 answer

Galleria slideshow works on local server, not on live server

I'm trying to get a Galleria slideshow up and running in my rails app. It works fine with the local server (on both Chrome and Firefox) but does not work on the live server (on either Chrome or Firefox). In Chrome, the slideshow flashes briefly…
ctaymor
  • 175
  • 1
  • 13
0
votes
1 answer

Is it possible to scroll the thumbnails carousel with hover on the arrow buttons in Galleria?

In the classic template for Galleria, the thumbnail carousel can be scrolled by clicking on the left and right arrow buttons. Is it possible to make this scroll by hovering over the arrow buttons instead?
0
votes
0 answers

primefaces dynamic images from multiple upload

I have a simple form with a fileupload. the file upload and backing bean works perfect but i want to display uploaded images after upload. I've used ui:repeat but only the first image repeats for all uploads! I used multiple p:graphicImage instead…
Meysam Te.
  • 46
  • 6
0
votes
1 answer
0
votes
1 answer

galleria image gallery

hello friends i am using this galleria gallery link to display images on my college website.. but i m not able to fix one thing. when the size of the image changes it changes the display Div's size according to the size of the image.I want it to be…
Mohit Jain
  • 43,139
  • 57
  • 169
  • 274
0
votes
0 answers

Alignment not working in Internet Explorer

I'm working on a Galleria gallery and I'm in the finishing stages. It is working for all browsers completely, except for Internet Explorer. I looked around quite a bit and tried all sorts of different solutions offered in the various css columns…
0
votes
2 answers

javascript add querystring within script

I am using the galleria script for my website, with the facebook mod. I want to modify it a bit, so the albumid that should be showing, is the ID given in query string. My code is: Galleria.run('#galleria', { facebook: 'album:000000000', width: 745,…
0
votes
3 answers

Eclipse: save image from drawable resource

I have to save an image in to a gallery from a drawable resource with a button and I have use this code: @Override public void onClick(View arg0) { // TODO Auto-generated method stub Bitmap…
Gioele
  • 83
  • 1
  • 11
0
votes
1 answer

Loading image using galleria slide show

I'm using Galleria to display images as slide show. I'm getting problem with display images when the connection to the website slow. The Galleria script waits to load completed images on the website before process slide show. So I don't know how to…
nvtthang
  • 604
  • 2
  • 10
  • 27
0
votes
1 answer

Carousel not working on jQuery Galleria

I am using the Galleria jQuery slideshow and I'm having an issue with the carousel of thumbnails on the bottom. I know that within the code, if a 'carousel' is present (too many thumbnails to display on the main page) the thumbnails-container div…
MillerMedia
  • 3,651
  • 17
  • 71
  • 150
0
votes
1 answer

Galleria plugin in wordpress not working in ie or chrome

I have been searching all yesterday and the greater part of today to find a solution but have not come up with anything. I am creating a word press site for a client. I am using Galleria as a main page slider. I did not use a wordpress plugin…
0
votes
1 answer

Target element in galleria on ajaxComplete

I am trying to manipulate one particular element which contains a piece of text, I want to wrap it in an href, although I am using css background red to prove targeting of the element. I am using Galleria 1.2.8 and I currently have a function which…
lharby
  • 3,057
  • 5
  • 24
  • 56
0
votes
1 answer

How to set start image on Galleria Theme Classic

I try to display a list of images through Drupal Views Slideshow, using Galleria plugin, all works well, how to set specific start image from my list? I found this option Galleria.configure({ show: 4 //This option accept only integer as…
0
votes
1 answer

Init failed: Galleria could not find the element "#runPics"

I have this error on my page using Galleria I created a test page before and it worked perfectly. but ow I need to use it on a content page from master so when I brought all data over, it gave this error. it loads the listview with pics, but not…
Nicholas Aysen
  • 568
  • 3
  • 18
  • 40