upassist/nodetypes-gallery

There is no license information available for the latest version (0.1.0) of this package.

Installs: 24

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 3

Language:JavaScript

Type:neos-package

0.1.0 2020-03-10 09:38 UTC

README

Introduces a gallery nodetype to create a grid based gallery of images.

Screenshot

🔧 Implementation

  • Require the package in your site package
  • Install it using composer
  • Make sure you load the css and js file (see the fusion files for examples)
  • Make sure you add the data-gallery-span=".." to your image content object (see the fusion files for example)

✅ Todo

  • Implement lightbox / modal
  • Better documentation
  • Better implementation guide