Description
matchHeight loads the jQuery matchHeight library and applies it to the CSS selectors entered in the plugin settings.
The plugin makes the height of all matched elements equal. It does not collect personal data, make external requests, or add front-end assets when no selectors are configured.
Usage
- Go to Settings > matchHeight.
- Enter the CSS selectors for the elements you want to equalize.
- Separate multiple selectors with commas, for example:
.card, .feature. - Save the changes.
The plugin is a WordPress wrapper for jQuery matchHeight.js by Liam Brummitt.
Installation
- Upload the
matchheightfolder to the/wp-content/plugins/directory. - Activate the plugin through the Plugins screen in WordPress.
- Go to Settings > matchHeight and add your selectors.
FAQ
-
Does the plugin load scripts on every page?
-
The scripts load on the front end only when at least one selector has been saved in the settings.
-
Can I use selectors other than classes and IDs?
-
Yes. You can use any selector supported by jQuery, including attribute selectors and combinators.
Reviews
Contributors & Developers
“matchHeight” is open source software. The following people have contributed to this plugin.
Contributors“matchHeight” has been translated into 1 locale. Thank you to the translators for their contributions.
Translate “matchHeight” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.2.1
- Tested with WordPress 7.1.
- Improved compatibility with current WordPress coding and security practices.
- Corrected the bundled matchHeight library version used for browser cache busting.
- Avoided loading front-end scripts when the selector setting is empty.
- Improved settings sanitization, escaping, translations, and direct file-access protection.
- Added graceful handling for invalid CSS selectors.
- Added a Settings link on the Plugins screen.
- Updated plugin metadata, documentation, and secure URLs.
1.2.0
- Upgraded the matchHeight library to version 0.7.2.
1.1.0
- Upgraded the matchHeight library to version 0.7.0.
1.0.0
- Initial release.

