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
3
votes
3 answers

How to check with jquery if Internet Explorer is running in Compatibility View

Since jQuery.browser is deprecated and jQuery.support is the recommended tool to tackle browser issues, what's the recommended way to handle the following problem? The Fullscreen theme of the Galleria jquery plugin doesn't work properly (wrong image…
Olaf
  • 10,049
  • 8
  • 38
  • 54
3
votes
4 answers

Help loading images into Galleria dynamically

I am building a site with the gallery as the main feature, and I need the gallery to have "categories". I am going to load in the images via AJAX but at the moment just getting the Galleria gallery to load in different images is proving challenging.…
Danny Nimmo
  • 674
  • 7
  • 22
3
votes
1 answer

Use JQuery plugin with Webpack

I am trying to use the plugin Galleria with Webpack. Without Webpack galleria can be used as: