dekodeinteraktiv / hogan-gallery
Image Gallery Module for Hogan
Package info
github.com/DekodeInteraktiv/hogan-gallery
Language:JavaScript
Type:wordpress-plugin
pkg:composer/dekodeinteraktiv/hogan-gallery
1.3.7
2020-02-28 14:01 UTC
Requires
- php: >=7.0
- composer/installers: ~1.2
- dekodeinteraktiv/hogan-core: >=1.1.7
Requires (Dev)
This package is auto-updated.
Last update: 2026-06-09 00:50:41 UTC
README
Installation
Install the module using Composer composer require dekodeinteraktiv/hogan-gallery or simply by downloading this repository and placing it in wp-content/plugins
Available filters
hogan/module/gallery/layout/grid/thumbnail_sizefor overriding default thumbnail image size for grid layout, default 'thumbnail'.hogan/module/gallery/layout/grid/show_more_linkShow "+ X images" link if more than 6 images in grid layout. Defaulttruehogan/module/gallery/layout/slider/show_expand_iconShow icon to open expand the icon. If false you can click on the image instead. Defaulttrue.hogan/module/gallery/layout/thumbnail_sizefor overriding default thumbnail image size for other layouts than grid, default 'large'.hogan/module/gallery/templatefor overriding the default template file.hogan/module/gallery/wrapper_tagfor outer HTML wrapper tag, default<section>hogan/module/gallery/wrapper_classesfor outer HTML wrapper CSS classes.hogan/module/gallery/inner_wrapper_classesfor inner HTML<div>wrapper classes.hogan/module/gallery/heading/enabledfor enabling heading field, default true.hogan/module/gallery/slider/flickityflickity options. See https://flickity.metafizzy.co/options.htmlhogan/module/gallery/itemfor overriding the post values for the gallery item.hogan/module/gallery/caption/allowed_htmlfor allowing html tags in captions.