Skip to main content

UNKNOWN

Project description

Introduction

This addon register Galleria JQuery plugin in Plone’s resource registries.

version: 1.2.8

About Galleria

Galleria is a JavaScript image gallery framework built on top of the jQuery library. The aim is to simplify the process of creating professional image galleries for the web and mobile devices.

Notes

Galleria in its way to manage theme parse all link tags to find the css attached to the theme. To make it work in production mode you must add themes javascript and css called by the template.

// look for manually added CSS
$('link').each(function( i, link ) {
    reg = new RegExp( theme.css.replace('\+\+resource\+\+','\\+\\+resource\\+\\+') );
    if ( reg.test( link.href ) ) {
        // we found the css
        css = true;
        Galleria.theme = theme;
        return false;
    }
});

As you can see the original code has been patched to support ++resource++ url.

Credits

Companies

makinacom

Authors

Contributors

Changelog

1.2.4 (2013-01-10)

  • Update galleria to 1.2.9

1.2.3 (2012-08-15)

  • Fix typo in previous release

1.2.2 (2012-08-15)

  • Update galleria to 1.2.8

1.2.1 (2012-07-10)

  • Fix CSS path to images loader and map.

1.2 (2012-04-05)

  • upgrade to galleria 1.2.7

1.1 (2012-02-22)

  • upgrade to galleria 1.2.6

1.0 (2012-01-04)

  • Initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collective.js.galleria-1.2.4.zip (90.8 kB view details)

Uploaded Source

File details

Details for the file collective.js.galleria-1.2.4.zip.

File metadata

File hashes

Hashes for collective.js.galleria-1.2.4.zip
Algorithm Hash digest
SHA256 7a1e4f33cef636b5840006514817579a6414aa14b449c0b9ca6922c182b4ff8f
MD5 6c6b4b52b7c107dec1bcb37d726f5196
BLAKE2b-256 5ec19572e6f62949c86fb30788824e54480948ba36ac53a7e3d939c19847c8a6

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page