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

p:galleria doesn't show 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 hungarian): When I fill the texts with "viktor"…
victorio
  • 6,224
  • 24
  • 77
  • 113
0
votes
1 answer

"Init failed" error with Galleria

I use the below code in my page
vijaykumar
  • 4,658
  • 6
  • 37
  • 54
0
votes
1 answer

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 i am setting up: Detail view --> General Settings…
Farid Siddiqui
  • 165
  • 2
  • 2
  • 13
0
votes
1 answer

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 at the right corner, i use jquery, and the…
Ayy lamo
  • 31
  • 5
0
votes
2 answers

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 shown does not have a caption. Subsequent images…
Dan
  • 1,244
  • 16
  • 37
0
votes
1 answer

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 the JQuery validation script from running when I…
0
votes
1 answer

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 thing that happened is that if I load page 2 first…
RobC
  • 45
  • 8
0
votes
1 answer

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 */ } .fancybox-overlay { …
Chris
  • 469
  • 12
  • 25
0
votes
1 answer

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 Chrome. However, when attempting to view the site…
0
votes
1 answer

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 say that, "false will scale down so the entire…
user82216
0
votes
1 answer

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 takes forever to load or crashes the browser. JSON…
scottrod
  • 477
  • 1
  • 8
  • 21
0
votes
0 answers

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 that empty space where the thumbnails are being…
Jackson
  • 11
  • 1
0
votes
1 answer

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 of galleria). However, the TEXT doesn't behave as…
0
votes
1 answer

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. The HTML is basically like this…
Adal
  • 606
  • 7
  • 12
0
votes
1 answer

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 between the #galleria div and where to place the…
isolatedhowl
  • 171
  • 2
  • 6
  • 17