WP Manifestindependent plugin directory
manifest / editor / block-parallax-image

Parallax Images

Gutenberg block for parallax images using simple-parallax

by The WordPress Contributors · github.com/mwdelaney/block-parallax-image

1stars
1forks

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/mwdelaney/block-parallax-image/archive/refs/heads/master.zip

Readme

Parallax Image Block for WordPress

Development:

Inside that directory, you can run several commands:

$ npm start

Starts the build for development.

$ npm run build

Builds the code for production.

$ npm run format:js

Formats JavaScript files.

$ npm run lint:css

Lints CSS files.

$ npm run lint:js

Lints JavaScript files.

$ npm run packages-update

Updates WordPress packages to the latest version.

Read the full README on GitHub →