Title: matchHeight
Author: neilgee
Published: <strong>10 novembre 2015</strong>
Last modified: 22 septembre 2026

---

Recherche d’extensions

![](https://ps.w.org/matchheight/assets/banner-772x250.jpg?rev=1282881)

![](https://ps.w.org/matchheight/assets/icon-256x256.jpg?rev=1282881)

# matchHeight

 Par [neilgee](https://profiles.wordpress.org/neilgee/)

[Télécharger](https://downloads.wordpress.org/plugin/matchheight.1.2.1.zip)

 * [Détails](https://fr-ca.wordpress.org/plugins/matchheight/#description)
 * [Avis](https://fr-ca.wordpress.org/plugins/matchheight/#reviews)
 *  [Installation](https://fr-ca.wordpress.org/plugins/matchheight/#installation)
 * [Développement](https://fr-ca.wordpress.org/plugins/matchheight/#developers)

 [Support](https://wordpress.org/support/plugin/matchheight/)

## 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

 1. Go to Settings > matchHeight.
 2. Enter the CSS selectors for the elements you want to equalize.
 3. Separate multiple selectors with commas, for example: `.card, .feature`.
 4. Save the changes.

The plugin is a WordPress wrapper for [jQuery matchHeight.js by Liam Brummitt](https://github.com/liabru/jquery-match-height).

## Captures d’écran

[⌊The matchHeight settings screen.⌉⌊The matchHeight settings screen.⌉[

The matchHeight settings screen.

## Installation

 1. Upload the `matchheight` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the Plugins screen in WordPress.
 3. 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.

## Avis

![](https://secure.gravatar.com/avatar/227921e83191aa68cac82726dcc17cb2e2cd5055a9d8302dac4d71b1e6cbc3f4?
s=60&d=retro&r=g)

### 󠀁[Excelente](https://wordpress.org/support/topic/excelente-2262/)󠁿

 [Marcelo](https://profiles.wordpress.org/mdilisio/) 4 août 2020

Lo probé y funcionó muy bien.

![](https://secure.gravatar.com/avatar/b66335a3f96823f870c117f8680822ce10435f313a8776fc7c71d234de9564c2?
s=60&d=retro&r=g)

### 󠀁[Malware](https://wordpress.org/support/topic/malware-110/)󠁿

 [zoltansmx](https://profiles.wordpress.org/zoltansmx/) 27 février 2020 1 reply

Be advised – our developer found some potential Malware tied in with this plugin
that our client added to the website. Their site started to be put on a blacklist.
We quickly had the hosting company do a cleanup and we removed this plugin.

![](https://secure.gravatar.com/avatar/0c76a435eeef073990d8d8a675b971795c40abfda8c3dd5afb3f56b0de2b739c?
s=60&d=retro&r=g)

### 󠀁[I love this](https://wordpress.org/support/topic/i-love-this-27/)󠁿

 [EdgeMarketing](https://profiles.wordpress.org/edgemarketing/) 7 septembre 2017

It saves so much time.

![](https://secure.gravatar.com/avatar/0c2cdc00c1cc4252f5e5eefd37f559967c398c31f3103e71b069b5b8a17a88de?
s=60&d=retro&r=g)

### 󠀁[Saves a Ton of Time in Adding It Myself](https://wordpress.org/support/topic/saves-a-ton-of-time-in-adding-it-myself/)󠁿

 [jonroc804](https://profiles.wordpress.org/jonroc804/) 2 août 2017

Thanks! Works Like a Charm.

![](https://secure.gravatar.com/avatar/db5237b184f08505f9c7a35f39ceaa84757f15dd59c5afa8a648f68a4ebdbe7c?
s=60&d=retro&r=g)

### 󠀁[Great Plugin](https://wordpress.org/support/topic/great-plugin-12964/)󠁿

 [Seolotsen](https://profiles.wordpress.org/webdesigngettorf/) 28 février 2017

Now, it's possible to have clean design with equal height columns / rows. Great

![](https://secure.gravatar.com/avatar/b17f7925a299acb11b070557652fe539c997a756d1f4b6b96cd20f0edb158aa5?
s=60&d=retro&r=g)

### 󠀁[Solves it quick and easy](https://wordpress.org/support/topic/solves-it-quick-and-easy/)󠁿

 [wasanajones](https://profiles.wordpress.org/wasanajones/) 6 novembre 2016

thanks

 [ Lire les 8 avis ](https://wordpress.org/support/plugin/matchheight/reviews/)

## Contributeurs & développeurs

« matchHeight » est un logiciel libre. Les personnes suivantes ont contribué à cette
extension.

Contributeurs

 *   [ neilgee ](https://profiles.wordpress.org/neilgee/)

“matchHeight” a été traduit dans 1 locale. Remerciez [l’équipe de traduction](https://translate.wordpress.org/projects/wp-plugins/matchheight/contributors)
pour ses contributions.

[Traduisez « matchHeight » dans votre langue.](https://translate.wordpress.org/projects/wp-plugins/matchheight)

### Le développement vous intéresse ?

[Parcourir le code](https://plugins.trac.wordpress.org/browser/matchheight/), consulter
le [SVN dépôt](https://plugins.svn.wordpress.org/matchheight/), ou s’inscrire au
[journal de développement](https://plugins.trac.wordpress.org/log/matchheight/) 
par [RSS](https://plugins.trac.wordpress.org/log/matchheight/?limit=100&mode=stop_on_copy&format=rss).

## Historique des changements

#### 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.

## Méta

 *  Version **1.2.1**
 *  Last updated **il y a 5 jours**
 *  Active installations **2 000+**
 *  WordPress version ** 5.8 ou plus **
 *  Tested up to **7.1.2**
 *  PHP version ** 7.2 ou plus **
 *  Languages
 * [English (UK)](https://en-gb.wordpress.org/plugins/matchheight/) et .[English (US)](https://wordpress.org/plugins/matchheight/).
 *  [Traduire dans votre langue](https://translate.wordpress.org/projects/wp-plugins/matchheight)
 * Tags
 * [equal height](https://fr-ca.wordpress.org/plugins/tags/equal-height/)[height](https://fr-ca.wordpress.org/plugins/tags/height/)
   [match](https://fr-ca.wordpress.org/plugins/tags/match/)[size](https://fr-ca.wordpress.org/plugins/tags/size/)
 *  [Vue avancée](https://fr-ca.wordpress.org/plugins/matchheight/advanced/)

## Notes

 5 out of 5 stars.

 *  [  8 5-star reviews     ](https://wordpress.org/support/plugin/matchheight/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/matchheight/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/matchheight/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/matchheight/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/matchheight/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/matchheight/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/matchheight/reviews/)

## Contributeurs

 *   [ neilgee ](https://profiles.wordpress.org/neilgee/)

## Support

Quelque chose à dire ? Besoin d’aide ?

 [Voir le forum de support](https://wordpress.org/support/plugin/matchheight/)

## Faire un don

Souhaitez-vous soutenir l’avancement de cette extension ?

 [ Faire un don à cette extension ](https://wpbeaches.com/)