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
2
votes
1 answer

How do I slide a div in jquery galleria with elements inside it?

I am using galleria jquery plugin. I have a div with class "carousel", This div will have many divs under it, which may also have divs beneath them. See Below:
2
votes
1 answer

Close button to fullscreen mode in Galleria

If you have used the fullscreen mode in an instance of Galleria you've seen that the only way to close it is by pressing the escape key. As I like that functionality since it's really practical, for end users it's not that intuitive so I would like…
Alvos
  • 561
  • 3
  • 7
  • 15
2
votes
4 answers

Update galleria width/height when browser is changing dimensions

I have a question. Can I update the size of this plugin when I change dimensions of my browser, or maybe I could just bind it's size to some container and then it would change the size by default? Maybe it is possible to scale it somehow because I…
Stan
  • 25,744
  • 53
  • 164
  • 242
2
votes
4 answers

Galleria Image Protection

Can you disable right-click and image dragging in Galleria? The images on my site are to be sold commercially and we therefore want to stop people from pinching them without paying! If it can't be done in Galleria, any ideas how to achieve it in…
Simon S
  • 217
  • 6
  • 17
2
votes
1 answer

how to reduce loading time of galleria theme

I have integrated galeria to show images in my cakephp application.It works fine.But after each "Next" click the pictures come with bit delay.I want the image to come as soon as it clicked.Every other thing works faster and fine.Each queries are…
Ipsita Rout
  • 4,945
  • 4
  • 36
  • 40
2
votes
1 answer

Galleria slideshow api - find the current image's alt text

I'm implementing the Galleria slideshow on a site and I've got it working fine for the most part. I'm working with the api to customize the appearance of my slideshow and I want to get the alt text from the image and display in a div (I'm just…
Ben
  • 1,023
  • 7
  • 18
  • 35
2
votes
1 answer

resize script for galleria

I'm wanting to resize the entire galleria div and resize all the images dynamically generated using the galleria script. so far I have $(window).resize(function() { var h = $(window).height(); var galleriaHeight = h-54; var w =…
Tara Irvine
  • 819
  • 3
  • 22
  • 42
2
votes
1 answer

WordPress jQuery error: "Uncaught TypeError: Cannot set property 'value' of null"

I've searched through a slew of tangentially related questions to this, but not precisely, so here goes: I've been working on a site that's (unfortunately) using three different jQuery plugins in WordPress (image carousel on index, image gallery…
J.T.
  • 25
  • 1
  • 5
2
votes
3 answers

How to append HTML to images using JQuery?

I am using Galleria and I need to wrap my images that Galleria puts into a slide with a link. I was going to use this methodology: Give the a bogus title= value and then append a tag around the , drawing the link I need from the…
dmanexe
  • 1,034
  • 4
  • 16
  • 40
2
votes
1 answer

arrow control for Galleria

i'm having a problem with Galleria. the following code: