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.
0
votes
0answers
7 views
Odd cross browser display issue with Galleria
I am hoping someone can help. I am having a stange cross browser display issue with Galleria. When I launch the site in Safari and on the iPad it looks fine, but when I launch it in Chrome or IE the ...
0
votes
0answers
26 views
run() and load() behave differently for loading data - Broken UI
Using Galleria, I've noticed a difference in behaviour when calling .run() and .load to set data. My understanding is that this:
Galleria.run('#mygalleria', {
height: 300,
dataSource: ...
0
votes
1answer
26 views
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:
...
1
vote
3answers
70 views
Can Galleria be used with ajax data?
I really need some help here!
I have a page with images in groups of 1, 2, or 3. I click on an image and the class gets sent to some jquery ajax stuff to get the id(mysql) then this gets sent to a php ...
0
votes
0answers
13 views
Galleria - How to Stop the Next, Prev buttons after reaching the first/total amount of images
i was wondering if anybody has a solution for this problem.
I am using the jQuery Galleria in a Wordpress Site in Fullscreen mode.
Now, when it comes to last image of a gallery, the "next"buttom goes ...
0
votes
1answer
35 views
save image in gallery from drawable resource
I have to save an image in to a gallery from a drawable resource with a button and I have used this code:
buttonSave.setOnClickListener(new Button.OnClickListener(){
@Override
...
0
votes
3answers
78 views
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 ...
0
votes
1answer
27 views
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 ...
0
votes
0answers
14 views
Galleria in Visual Studio 2012
Hi everyone this is my first question and I've been using this site forever so thank you in advance for any type of help! I am having trouble getting the galleria classic gallery to work in visual ...
0
votes
1answer
50 views
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 ...
0
votes
0answers
53 views
jQuery conflict - using Galleria Gallery and FlexSlider Gallery
The problem with my page is that I can't get both of my galleries - FlexSlider and Galleria to work at the same time.
FlexSlider was working and when I implemented Galleria, Galleria wouldn't work. ...
0
votes
1answer
52 views
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 ...
0
votes
1answer
35 views
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 ...
0
votes
1answer
31 views
page loading and priority
I have a page with a lot of galleries (using galleria plus fancybox ) and an image slider on top (nivo slider).
The problem is that the slider take time to load, cause the browser is loading the ...
0
votes
1answer
48 views
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({
...
1
vote
2answers
37 views
How to apply toggleClass to an element? Galleria
I try to build my custom theme, based on "Galleria theme Classic", but I'm straggling to trigger class on my button, I think, I miss something,
...
3
votes
1answer
319 views
Solution for fixed constraint on mobile devices when using fullscreen background images
I just finished building my Shopify theme from scratch. It is my first responsive design, and I am very happy with everything expect for one major problem.
On our product page, we use a fullscreen ...
0
votes
1answer
82 views
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 ...
0
votes
1answer
74 views
How to hide Galleria's data-layer?
I installed the galleria plugin and added a data-layer so you can see a description to the photo. My problem is that I want the layer to be hidden by default (display: none) but there is a style in ...
0
votes
0answers
121 views
PrimeFaces galeria is not rendering at beginn
Hi, i'm a beginner with JSF and PrimeFaces and here is my Problem:
I have a galeria element like below
<p:galleria id="galeria"
value="#{galeriaBean.galeriaImages}"
...
0
votes
0answers
153 views
Primefaces doesn't show galleria after sign up, but directly yes
I am trying to display some picture in a primefaces galleria after signing in, in a new xhtml, but nothing happens.
This is the "sing in" page (index.xhtml, "Bejelentkezés" means "Sign in" in ...
0
votes
1answer
97 views
“Init failed” error with Galleria
I use the below code in my page
<link type="text/css" rel="stylesheet" href="galleria/themes/classic/galleria.classic.css">
<script src="galleria/galleria-1.2.9.min.js"></script>
...
0
votes
1answer
118 views
JoomGallery with Avatar Slide Galleria Unlimited
I am using
Joomla 2.5
JoomGallery 2.xx
I have downloaded and installed Avatar Slide Galleria Unlimited
I am trying to use Avatar Slide Galleria Unlimited on top of JoomGallery.
In JoomGallery when ...
0
votes
1answer
148 views
Galleria dynamic Javascript/jQuery issue in Plone
So here's the deal. I had a lot of trouble with the true gallery in plone so I bought the Galleria Slideshow with the Twelve Theme.
I did the normal stuff to run Galleria but now there's a problem.
...
0
votes
1answer
147 views
Loading EXIF data from currently displayed image with jquery
I am in the current situation:
I am developing a site for publishing my photos. I am using twitter bootstrap, jquery and Galleria.io
Now i want to show some exif data from the photos i made. ...
0
votes
1answer
77 views
centering a galleria (Javascript/Jquery) issue
Currently i got this piece of code when it comes to centering
#galleria{
width: 700px;
height: 400px;
background-color: #000;
However, i wanted the galleria to be shown in the middle, it just shows ...
0
votes
1answer
102 views
Galleria JS not working in production with Rails pipeline
I'm running Galleria.IO's JavaScript gallery in my rails app, and everything works fine in development, and in production on pages where I specifically include the Galleria code. But when you hit a ...
0
votes
2answers
41 views
First image in Galleria caption-less
I'm trying out Galleria, with the Classic theme.
With a single tweak (changing the classic theme to always show the captions, which does not affect this), my test code works, but the first image ...
0
votes
1answer
38 views
Jquery Validation not working on import of Galleria script
I'm putting together a basic site with a Galleria library, hide/show and validated form. The validation on my basic feedback form is failing when I load the Galleria script.
What causes might stop ...
3
votes
5answers
238 views
How to center object in galleria slider
I am using Galleria plugin but what I want to do is center the main object which is the audio player inside the galleria slider. But how can I do this?
Below is basic galleria style:
<style>
...
0
votes
0answers
47 views
galleria change order images
First of all, sorry for my english and thanks for any help!
I'm having problems with galleria (galleria.io) to display in order the images. Galleria change the order and display first 03, 07 etc. ...
0
votes
0answers
347 views
Social media share buttons for each specific image in jquery gallery (Galleria)
I'm creating a photography website using Galleria. I want to add social media share buttons from Sharethis to each image so that viewers can share a specific picture rather than a link to the gallery. ...
0
votes
1answer
56 views
Jquery mobile weird thing
I have just written my first very basic Jquery Mobile site which has only two pages.
The second page (which could be the first) uses galleria slideshow which has its own js files.
The very strange ...
1
vote
1answer
408 views
p:galleria not displaying any images
i am using primefaces p:galleria to display some images, however it is not displaying anything at all,
<p:galleria value="#{galleriaBean.images}"
...
0
votes
0answers
77 views
Galleria with MVC4 not working
I am using or trying to use the Galleria plugin with MVC4 and when load the required page, I do not see anything of Galleria. I think I may be doing something wrong.
I added the main js in the ...
0
votes
1answer
103 views
Using Fancybox2 to Display Dialog over Galleria
I am attempting to display a Fancybox 2 dialog over a full screen Galleria gallery. Here are the z-indexes I set:
.galleria-container notouch fullscreen {
z-index: 10000; /* default by component ...
0
votes
0answers
143 views
Using Galleria inside of a modalPopupExtender
I am building a tool for our company to log some basic information about custom widgets being made. I am using a ListView to display the contents of the log. To add or edit widget entries, to view ...
0
votes
1answer
182 views
Rotate an image with javascript in gallerio.io after load
I am using galleria 1.2.8. and i try to rotate an image after it is loaded by galleria. For this i am using the jquery rotate plugin (http://code.google.com/p/jqueryrotate/). I did attach to the ...
0
votes
1answer
91 views
Javascript and Jquery - IE blocking it running (Galleria)
I have linked to the Jquery library at google in my header, and my local copy of the Galleria Javascript file - as the instructions on the Galleria website said to do.
The code functions perfectly in ...
0
votes
0answers
79 views
Galleria.io & Flickr Plugin (Set AND Tags)
I have been trying to configure galleria.io so it pulls all photos from my Flickr account that belong to a given set and have a given tag.
I tried the following:
Test #1 (set ignored):
...
0
votes
0answers
63 views
synchronizing a gallery of pic with another component in Primefaces
I have the Galleria component on Primefaces working well. Now, I would like that when the picture on display changes, a component on the page (say, outputText) is updated in synchronization.
By ...
0
votes
1answer
56 views
Turn off scaling in Galleria
When Galleria is in fullscreen mode, I want it to display images pixel-for-pixel, i.e. with no scaling at all.
My initial plan was to do this by both:
using fullscreenCrop: false, because the docs ...
0
votes
0answers
143 views
Multiple Galleries using Galleria.js with Flickr and JSON
Is there anyway of getting this galleria.js example to work with JSON and Flickr?
http://goo.gl/Fk3h5
Reason being, I have 500 Flickr photos in a set and using Galleria's supplied Flickr plugin, it ...
0
votes
0answers
50 views
Galleria how to delete
I have classic galleria and I've hidden the thumbnails.
But I want to completely remove the thumbnails section not just hide it.
I want to put a few images directly under galleria .
And not have ...
0
votes
1answer
67 views
How to modify TEXT style in text('TEXT').appendTo('body');
In this bit of code, how can I modify the style of 'TEXT'?
}).text('TEXT').appendTo('body');
This is part of a longer code. TEXT is a link, when you click on it images open in fullscreen (it's part ...
0
votes
0answers
119 views
galleria lightbox: how to disable lightbox for small screens?
I'm using the lightbox function with galleria but would like to disable that function for screens that are smaller than 500px or so because it's a pain to try to close lightbox on a touchscreen device ...
0
votes
0answers
142 views
Galleria Folio theme ipad bug
I was wondering if anyone could help me here please?
Galleria's Folio theme seems to have a bug in it when used on ipad - when used for the first time it works fine but if you close an image and ...
0
votes
1answer
105 views
How to z-index an element higher than it's containing element
I'm using a combination of Zurb's Off Canvas Layout and Galleria on a page.
Zurb's layout is used for the general structure and Galleria creates a photo viewer that can be switched to full-screen.
...
0
votes
1answer
247 views
Using Flickr when uploading images to Galleria
So I'm trying to use the JavaScript image gallery framework Galleria. http://galleria.io/
There is a page on how to install the Flickr plugin but it is quite unclear as to what we should be doing in ...
-1
votes
2answers
113 views


