Hogan Module: Parallax Image
Parallax Image Module for Hogan
by Dekode · github.com/dekodeinteraktiv/hogan-parallax-image · website
★ 0stars
4.1kcomposer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/dekodeinteraktiv/hogan-parallax-image/archive/refs/heads/master.zipAlso on Packagist as dekodeinteraktiv/hogan-parallax-image:
composer require dekodeinteraktiv/hogan-parallax-imageDeclares an update source (https://github.com/dekodeinteraktiv/hogan-parallax-image), so updates arrive through the plugin's own updater.
From the readme
Parallax Image Module for Hogan
Installation
Install the module using Composer composer require dekodeinteraktiv/hogan-parallax-image or simply by downloading this repository and placing it in wp-content/plugins
Available filters
Admin
- hogan/module/parallaximage/imagesize/constraints : Image constraints for image size field.
Default (will be merged with return filter return values):
- hogan/module/parallaximage/image/previewsize : Admin preview size of uploaded image. Default: 'medium'
- hogan/module/parallaximage/image/library : Admin media library choice. Default: 'all'
Frontend
- hogan/module/parallaximage/imagesize : The image size that will be used for the parallax image. Default: 'full' (original image size)
- hogan/module/parallaximage/mobileimagesize : The image size that will be used if the parallax is disabled (screen width of 768 and below). Default: 'large'
Template
- hogan/module/parallaximage/figureclasses : Add classes names to the figure tag. Default: wp-caption
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 1.0.5 | Feb 12, 2021 |
| 1.0.4 | Apr 13, 2018 |
| 1.0.3 | Apr 4, 2018 |
| 1.0.2 | Apr 4, 2018 |
| 1.0.1 | Apr 4, 2018 |
| 1.0.0 | Mar 21, 2018 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.