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
2 answers

Issue in galleria.js usage

I am trying to implement galleria.js in my webpage. I have followed the documentation and have created index.html accordingly. All I am getting is the compilation of the images one after another, but not the galleria view. …
S Das
  • 3,291
  • 6
  • 26
  • 41
0
votes
2 answers

I need to rotate (scroll) images using the galleria module

I am using galleria & jCarousel and need to have the slideshow scroll through the images. Does anyone know a simple javascript that I can use for that?
canintex
  • 638
  • 1
  • 7
  • 21
0
votes
1 answer

Galleria and Infinite carousel and ajax

I am using Galleria plugin for a image gallery on a page this page is loaded in a frame page using ajax this is the ajax $(document).ready(function() { function loadTab(pageUrl) { $.ajax( { url: pageUrl, cache: true,…
John the horn
  • 131
  • 16
0
votes
0 answers

Setting Landscape Orientation for Galleria

I am using Galleria for displaying images in a mobile device and I have configured it to show images with a preview option in the bottom. I could not find a way to set the orientation of the plugin. Ideally I would like it to be landscape by…
Ram G Athreya
  • 4,892
  • 6
  • 25
  • 57
0
votes
1 answer

Galleria using full size images instead of thumbnails

When I inspect the element, it indicates galleria is using full size image instead of thumbnail. Example from Galleria documentation is http://galleria.io/docs/getting_started/quick_start/
zainengineer
  • 13,289
  • 6
  • 38
  • 28
0
votes
1 answer

Galleria code not working after JS popup added to menu

i need some help. I can't figure out why this code isn't working anymore. more specifically, its ignoring the thumbnails:false; trigger. Everything else works except for that, and dreamweaver highlights as unclosed when it is. Any thoughts would…
Steven
  • 25
  • 5
0
votes
1 answer

How do I create another link to view the images in a lightbox - Galleria plugin

I am using the Galleria plugin on my site and all works fine. When the main image is clicked it opens a lightbox so the user can view the images.example I am trying to create an another link ( apart from the image itself ) lower down the page to…
Jonnie
  • 71
  • 9
0
votes
0 answers

Conflict between two js scripts (galleria and multi-screen)

I've tried looking this up, but I can't seem to find anything that makes sense to me. I have this project in which two of my scripts seem to be clashing. One of them is multi-screen.js (…
0
votes
0 answers

Additional JQuery plugins breaking Lavalamp

I have a site that is currently live, you can visit it at http://www.centennial-s.schools.nsw.edu.au/index.html It has multiple JQuery plugins including Lavalamp and Galleria. Lavalamp works fine an all pages except for the one that Galleria is also…
Sam
  • 2,172
  • 3
  • 24
  • 43
0
votes
2 answers

How can I trigger the fullscreen galleria plugin on page load

I'd like to get the fullscreen galleria plugin for wordpress to trigger on page load. Is this possible. There is only one collection of imaged on the page, and I want the plugin to start the fullscreen gallery as soon as the page finished…
NaNuk
  • 141
  • 9
0
votes
1 answer

Primefaces is throwing undefined function

Problem: Uncaught TypeError: undefined is not a…
0
votes
1 answer

Can you capture YouTube Play events in Galleria?

I'd like to track when the user clicks Play on a Youtube video in a Galleria slideshow, for tracking in Google Analytics. As far as I can tell, Galleria creates an iframe with the src attribute set to your video URL, and not using the YouTube Iframe…
David Cook
  • 483
  • 7
  • 25
0
votes
1 answer

Limited access Galleria

I am currently working with the Galleria js Slider. I need callback to event when a user tries to view slide images 6> I want to bar users from seeing slide 6 and above and display a popup when he clicks on 6> thumbnails or the forward…
see613
  • 494
  • 5
  • 16
0
votes
2 answers

How to remove all images from a galleria gallery

I'm building a dynamic gallery with galleria. The idea is that you'd click on a product category and the associated photos are loaded into the gallery. Clicking a category would first remove all the images currently sitting in the gallery and then…
user2755541
  • 536
  • 2
  • 10
  • 25
0
votes
2 answers

Galleria: tigger which image to show onload or on click

I am using the Galleria plugin to display a list of images in existing markup that can't be changed. On click of an image, I am loading a lightbox, and inside the lightbox I have a Galleria of the images. What I need is to index what image was…