Parallax Cover Video
A custom plugin to extend the WordPress Cover Block to add a parallax video.
by Derek Hanson · github.com/dhanson-wp/parallax-cover-video · website
★ 2stars
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/dhanson-wp/parallax-cover-video/archive/refs/heads/main.zipA lightweight WordPress plugin that adds smooth parallax scrolling effects to video backgrounds in WordPress Cover blocks.
Features
- ✨ One-click toggle - Enable parallax effect directly from the block editor styles panel
- 🎬 Smooth scrolling - Optimized parallax animation using
requestAnimationFrame - 🎯 No gaps - Video always fills the container with no bars or gaps during scrolling
- 🎨 Theme independent - Works with any WordPress theme
- ⚡ Lightweight - Minimal code, maximum performance
- 🔧 Easy to use - No configuration needed, just toggle the style
Installation
- Upload the
parallax-cover-videofolder to/wp-content/plugins/ - Activate the plugin through the 'Plugins' menu in WordPress
- That's it! No configuration needed.
Usage
- Add a Cover block to your page/post
- Add a video background to the Cover block
- In the block settings panel, go to the Styles section
- Click "Parallax Video" to enable the effect
- The video will now scroll with a smooth parallax effect!
How It Works
The plugin:
- Registers a block style for the Cover block
- Adds CSS to ensure the video always covers the full container
- Uses JavaScript to calculate scroll position and apply parallax transforms
- Clamps the parallax offset to prevent visual gaps
Technical Details
- Video container size: 130% height to ensure full coverage
- Parallax intensity: 0.3 (30% of scroll distance)
- Max offset: 15% of container height (prevents gaps)
- Performance: Uses
requestAnimationFrameand viewport detection
Requirements
- WordPress 5.8 or higher
- PHP 7.2 or higher
- A theme that supports the Cover block (most modern themes)
Changelog
1.0.0
- Initial release
- Parallax video effect for Cover blocks
- Block editor style toggle
- Smooth scrolling with no visual gaps
License
GPL v2 or later
Credits
Developed by Derek Hanson for smooth parallax video effects in WordPress Cover blocks.
Plugin URL: https://derekhanson.blog/parallax-cover-video/