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

jQuery Galleria - How to add the youtube video title to the autoplay

I have Galleria autoplay here on my webpage: http://www.clickclack.cz/. I want to add the youtube video title (there are only youtube videos). Can you help me, how to do that? My settings are here: $(function() { …
Michal S
  • 1,103
  • 6
  • 19
  • 31
0
votes
2 answers

Which ways are there to give images a blur effect?

I'm a little bit stuck here.. This is the page I'm working on: The issue I'm having is that the images in the 'In der Nähe'-box on the right seam to have a blur effect on them. And I can't figure out where that is coming from. I suspect CSS, or JS…
JochenJung
  • 7,183
  • 12
  • 64
  • 113
0
votes
2 answers

Javascript string interpolation

I have a Galleria (galleria.io) that works when the code looks like this: Galleria.run('.galleria', { flickr: 'set:72157640607666844', } But when I try to set the set number as a variable, it breaks with a "Fatal error: 1 fail: Photoset not…
james
  • 3,989
  • 8
  • 47
  • 102
0
votes
1 answer

galleria.io Lightbox disable next button in Last Image

I would like to disable/hide next button in lightbox. We are using galleria.io image gallery. Please help. JS Fiddle: http://jsfiddle.net/sudiptabanerjee/m6x23/ JavaScript // Initialize Galleria $(document).ready(function () { if…
Sudipta Banerjee
  • 473
  • 1
  • 4
  • 11
0
votes
1 answer

Setting the jquery Galleria plugin to open on specific image

Im trying to make simple gallery on my page. When the gallery section of the web is opened, there are simply some pictures displayed by src and href tags: echo '
Michal S
  • 1,103
  • 6
  • 19
  • 31
0
votes
1 answer

doesn't show the desired images

I'd like to create an image gallery using JSF, so I tried the PrimeFaces . The backing bean galley.java: @ManagedBean public class galley { private Listlist; @PostConstruct public void init(){ list=new ArrayList(); …
Mostafa Jamareh
  • 1,389
  • 4
  • 22
  • 54
0
votes
6 answers

Galleria Plugin: Initial image

I have a "Galleria" gallery set up. Galleria How do you set the initial image, the one that is displayed when you load the page. I tried setting a li.active, and running $.gallleria.next() but to no avail. Any ideas?
p3drosola
  • 5,784
  • 2
  • 23
  • 30
0
votes
2 answers

Build a JSON string for galleria in javascript

I need to build a JSON string to pass a list of image that I already load by an other javascript function var data = [ { image: 'image1.jpg' }, { image: 'image2.jpg' }, { image: 'image3.jpg' } ]; Via javascript I can create a JS object,…
al404IT
  • 1,380
  • 3
  • 21
  • 54
0
votes
1 answer

how to add caption to simple html galleria

I am new to html, I am simply trying to add a caption on top or below each image in the code below; inputs welcome. It seems that an additional option is needed on the line where pictures are included; i have tried alt="my image description", it…
0
votes
1 answer

Galleria and jQuery Error

Can someone help me resolve an issue? http://flipburgerboutique.com/photos/#lightbox-1 I'm seeing this error: TypeError: 'undefined' is not a function (evaluating 'jQuery('.gallery').galleria({ extend: function(options) { var gallery = this; …
0
votes
3 answers

Can you display divs instead of images in Galleria?

I have simple gallery that I show like so Is it possible to show div instead of image on center? I tried to do something like this but…
Stan
  • 25,744
  • 53
  • 164
  • 242
0
votes
1 answer

Make The First Photo of The Galleria Facebook Album The Actual Facebook Album's Cover Photo

I'm trying to find a way to call the Fb album’s cover photo to be the first photo of the Galleria gallery working with the galleria-facebook plugin (HERE). The idea would be that the foremost photo displayed be the Fb album's cover photo. Because…
0
votes
1 answer

Java JQuery javascript Galleria IO

i have a serie of galleries using Galleria IO plugin over JQuery using Zk Framework i load the galleries when i enter fullscreen mode everything is smoothly the problem arises when i reload the galleria using the same code when i load the galleria…
chiperortiz
  • 4,751
  • 9
  • 45
  • 79
0
votes
0 answers

Galleria lightbox with thumbnails

I have a website on Joomla 3.1. And have a plugin for the articles to show images (Avatar Slide Galleria plugin (http://joomavatar.com/demos/j16/index.php/slide-show-imagecontent/avatar-slide-galleria/classic-theme)). Everything is all right and…
gag
  • 325
  • 7
  • 16
0
votes
1 answer

Java ZK+Javascript JQuery Galleria IO FullScreenMode

i am using Galleria plugin for JavaScript i need show the image in full Screen modei have checked the APIand have a method. .enterFullscreen( [callback] ) returns Galleria This will set the gallery in fullscreen mode. It will temporary manipulate…
chiperortiz
  • 4,751
  • 9
  • 45
  • 79