Title: Same Height
Author: damiarita
Published: <strong>15. Oktober 2015</strong>
Last modified: 24. Januar 2017

---

Plugins durchsuchen

Dieses Plugin **ist nicht mit den jüngsten 3 Hauptversionen von WordPress** getestet
worden. Es wird möglicherweise nicht mehr gewartet oder unterstützt und kann Kompatibilitätsprobleme
haben, wenn es mit neueren Versionen von WordPress verwendet wird.

![](https://s.w.org/plugins/geopattern-icon/same-height.svg)

# Same Height

 Von [damiarita](https://profiles.wordpress.org/damiarita/)

[Herunterladen](https://downloads.wordpress.org/plugin/same-height.zip)

 * [Details](https://de.wordpress.org/plugins/same-height/#description)
 * [Rezensionen](https://de.wordpress.org/plugins/same-height/#reviews)
 *  [Installation](https://de.wordpress.org/plugins/same-height/#installation)
 * [Entwicklung](https://de.wordpress.org/plugins/same-height/#developers)

 [Support](https://wordpress.org/support/plugin/same-height/)

## Beschreibung

Sometimes we want to display to boxes side by side and they have to look the same.
CSS doesn’t always help.

This plugin will use jQuery to detect the boxes you want and force them all to have
the same size. The size is uses is the size of the tallest box.

If you have a some parts of your content that need to have the same height, simply
wrap them with the `[sameheight/]` shortcode like this:
 [sameheight] This is a 
short text [/sameheight] [sameheight] This is a very, very, very, very, very, very,
very, very, very, very, very, very, very, very, very, very, very, very, very, very,
very, very, very, very, very, very, very, very, very, very, very, very, very, very,
very, very, very, very, very long text [/sameheight]

When the html renders on your screen, both parts content parts will look equally
height. This is very useful if they are floating next to each other and they have
a background.

#### What if I have different sizes in the same page?

You can group shortcodes like this:
 [sameheight group=“1″] This is a very, very,
very, very, very, very, very, very, very, very, very, very, very, very, very, very,
very, very, very, very, very, very, very, very, very, very, very, very, very, very,
very, very, very, very, very, very, very, very, very long text [/sameheight] [sameheight
group=“1″] This is a short text [/sameheight] [sameheight group=“2″] This is another
short text [/sameheight] [sameheight group=“2″] This text is long, but not quite
as long as the previous one. So, I don’t want these to parts to look as long. But
they should still look the same. [/sameheight]

#### What if I have a responsive site and I only want the same height to apply in wide-screen, side-by-side configurations?

You can add a breakpoint like this.
 [sameheight breakpoint=“xs“ ] (You could even
use no breakpoint at all) This is a very, very, very, very, very, very, very, very,
very, very, very, very, very, very, very, very, very, very, very, very, very, very,
very, very, very, very, very, very, very, very, very, very, very, very, very, very,
very, very, very long text [/sameheight] [sameheight breakpoint=“xs“ ] (You could
even use no breakpoint at all) This text always has to use the same height than 
the previous one. [/sameheight] [sameheight breakpoint=“md“] This is a very, very,
very, very, very, very, very, very, very, very, very, very, very, very, very, very,
very, very, very, very, very, very, very, very, very, very, very, very, very, very,
very, very, very, very, very, very, very, very, very long text [/sameheight] [sameheight
breakpoint=“md“] This text only has to use the same height when it is next to the
previous, but not when it is underneath on smarphones. [/sameheight]

You have these breakpoints (those familiar with bootstrap know them):

 * „xs“ forces same height for all window widths (extra small window – smartphone).
   Alternatively, you can use no breakpoint
 * „sm“ forces same height for window widths > 768px (small window – small tablet)
 * „md“ forces same height for window widths > 992px (medium window – table or small
   desktop)
 * „lg“ forces same height for window widths > 1200px (large window – desktop)

Names and widths are based on bootstrap.

Please, note that shortcodes with different „breakpoint“ will be in different groups
regardless of the „group“ setting. You can still use „group“ to separate to groups
with the same „breakpoint“.

#### I have some styles in CSS for my classes. How can I apply classes to the content?

Easy:
 [sameheight additional_classes=“my-class1 my-classA“] This is a short text[/
sameheight additional_classes=“my-class2 my-classB“] [sameheight] This is a very,
very, very, very, very, very long text [/sameheight]

#### Can I use all the possibilities together?

Sure:
 [sameheight group=“1″ breakpoint=“md“ additional_classes=“my-class1 my-classA“/]
will work.

#### Do I need to use the shortcode?

No! If you are editing your html, you can put the right properties in it. That’s
all tha shortcode does. Make sure you add the class ’same-height‘. If you use a 
break point, add it with a hyphen (-) like this: ’same-height-xs‘, ’same-height-
sm‘, ’same-height-md‘, or ’same-height-lg‘. The Javascript is looking for those 
classes to identify the html elements it has to work on.
 If you are grouping boxes,
use the ’same-height-group‘ property. Like `<div class="same-height" same-height-
group="1" >`

## Screenshots

 * [[
 * To boxes side to side with the same height

## Installation

 1. On the left side menu select Plugins > Add New
 2. In „Search Plugins“ field enter „same height“ and search
 3. Press „Install Now“ button of the „same height“

## FAQ

  What if I have different sizes in the same page?

You can group shortcodes like this:
 [sameheight group=“1″] This is a very, very,
very, very, very, very, very, very, very, very, very, very, very, very, very, very,
very, very, very, very, very, very, very, very, very, very, very, very, very, very,
very, very, very, very, very, very, very, very, very long text [/sameheight] [sameheight
group=“1″] This is a short text [/sameheight] [sameheight group=“2″] This is another
short text [/sameheight] [sameheight group=“2″] This text is long, but not quite
as long as the previous one. So, I don’t want these to parts to look as long. But
they should still look the same. [/sameheight]

  What if I have a responsive site and I only want the same height to apply in wide-
screen, side-by-side configurations?

You can add a breakpoint like this.
 [sameheight breakpoint=“xs“ ] (You could even
use no breakpoint at all) This is a very, very, very, very, very, very, very, very,
very, very, very, very, very, very, very, very, very, very, very, very, very, very,
very, very, very, very, very, very, very, very, very, very, very, very, very, very,
very, very, very long text [/sameheight] [sameheight breakpoint=“xs“ ] (You could
even use no breakpoint at all) This text always has to use the same height than 
the previous one. [/sameheight] [sameheight breakpoint=“md“] This is a very, very,
very, very, very, very, very, very, very, very, very, very, very, very, very, very,
very, very, very, very, very, very, very, very, very, very, very, very, very, very,
very, very, very, very, very, very, very, very, very long text [/sameheight] [sameheight
breakpoint=“md“] This text only has to use the same height when it is next to the
previous, but not when it is underneath on smarphones. [/sameheight]

You have these breakpoints (those familiar with bootstrap know them):

 * „xs“ forces same height for all window widths (extra small window – smartphone).
   Alternatively, you can use no breakpoint
 * „sm“ forces same height for window widths > 768px (small window – small tablet)
 * „md“ forces same height for window widths > 992px (medium window – table or small
   desktop)
 * „lg“ forces same height for window widths > 1200px (large window – desktop)

Names and widths are based on bootstrap.

Please, note that shortcodes with different „breakpoint“ will be in different groups
regardless of the „group“ setting. You can still use „group“ to separate to groups
with the same „breakpoint“.

  I have some styles in CSS for my classes. How can I apply classes to the content?

Easy:
 [sameheight additional_classes=“my-class1 my-classA“] This is a short text[/
sameheight] [sameheight additional_classes=“my-class2 my-classB“] This is a very,
very, very, very, very, very long text [/sameheight]

  Can I use all the possibilities together?

Sure:
 [sameheight group=“1″ breakpoint=“md“ additional_classes=“my-class1 my-classA“/]
will work.

  Do I need to use the shortcode?

No! If you are editing your html, you can put the right properties in it. That’s
all tha shortcode does. Make sure you add the class ’same-height‘. If you use a 
break point, add it with a hyphen (-) like this: ’same-height-xs‘, ’same-height-
sm‘, ’same-height-md‘, or ’same-height-lg‘. The Javascript is looking for those 
classes to identify the html elements it has to work on.
 If you are grouping boxes,
use the ’same-height-group‘ property. Like `<div class="same-height" same-height-
group="1" >`

## Rezensionen

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

### 󠀁[Simple and effective](https://wordpress.org/support/topic/simple-and-effective-756/)󠁿

 [NikosZ](https://profiles.wordpress.org/nikosz/) 29. Juni 2017 1 Antwort

It easy and works great for same height text boxes. If only i have found it before
i lost 2 hours playing with paddings.

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

### 󠀁[Worked where others failed](https://wordpress.org/support/topic/worked-where-others-failed-2/)󠁿

 [NightL](https://profiles.wordpress.org/nightl/) 12. September 2016 1 Antwort

I was targeting divs in the header and the content areas. Other plugins failed and
my hand coding that would work if the divs were on the same page failed as well.
Happy now

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

### 󠀁[Works!](https://wordpress.org/support/topic/works-943/)󠁿

 [Finger Tommy](https://profiles.wordpress.org/nakednipple/) 3. September 2016 1
Antwort

If you use it in php code, just use „same-height“, not „sameheight“. I´m using Plugin
Version 1.1.1

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

### 󠀁[Does exactly what it says](https://wordpress.org/support/topic/does-exactly-what-it-says-85/)󠁿

 [damiarita](https://profiles.wordpress.org/damiarita/) 3. September 2016 2 Antworten

The plugin is going to put an extra JS file on your page which will find all the
entities that were wrapped with the shortcode and force them to be as heigh as the
heighest

 [ Alle 4 Rezensionen lesen ](https://wordpress.org/support/plugin/same-height/reviews/)

## Mitwirkende und Entwickler

„Same Height“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin
mitgewirkt:

Mitwirkende

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

[Übersetze „Same Height“ in deine Sprache.](https://translate.wordpress.org/projects/wp-plugins/same-height)

### Interessiert an der Entwicklung?

[Durchstöbere den Code](https://plugins.trac.wordpress.org/browser/same-height/),
sieh dir das [SVN-Repository](https://plugins.svn.wordpress.org/same-height/) an
oder abonniere das [Entwicklungsprotokoll](https://plugins.trac.wordpress.org/log/same-height/)
per [RSS](https://plugins.trac.wordpress.org/log/same-height/?limit=100&mode=stop_on_copy&format=rss).

## Änderungsprotokoll

#### 1.4.0

 * We make this plugin compatible with Automattic’s AMP plugin https://wordpress.
   org/plugins/amp/

#### 1.3.0

*We load the minified JS by default. If SCRIPT_DEBUG is set to true, the non minified
is used
 *We remove deprecated jQuery functions

#### 1.2.0

 * When blocks are marked to have the same height with a breakpoint, the window 
   widths measurement is improved to have consistency with bootstrap: In stead of
   usind window.widht, we now use window.matchMedia. For older browser without support
   to .matchMedia, .width is used.

#### 1.1.0

 * When blocks marked to have the same height contained images, the previous version
   could do the calculations without taking it into account. Now, all images will
   be taken into account after they load.

#### 1.0.0

 * First release

## Meta

 *  Version **1.4.1**
 *  Zuletzt aktualisiert **vor 9 Jahren**
 *  Aktive Installationen **100+**
 *  WordPress-Version ** 1.3.0 oder höher **
 *  Getestet bis **4.7.33**
 *  Sprache
 * [English (US)](https://wordpress.org/plugins/same-height/)
 * Schlagwörter
 * [css](https://de.wordpress.org/plugins/tags/css/)[javascript](https://de.wordpress.org/plugins/tags/javascript/)
   [jquery](https://de.wordpress.org/plugins/tags/jquery/)[shortcode](https://de.wordpress.org/plugins/tags/shortcode/)
 *  [Erweiterte Ansicht](https://de.wordpress.org/plugins/same-height/advanced/)

## Bewertungen

 5 von 5 Sternen.

 *  [  4 5-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/same-height/reviews/?filter=5)
 *  [  0 4-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/same-height/reviews/?filter=4)
 *  [  0 3-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/same-height/reviews/?filter=3)
 *  [  0 2-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/same-height/reviews/?filter=2)
 *  [  0 1-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/same-height/reviews/?filter=1)

[Meine Rezension hinzufügen](https://wordpress.org/support/plugin/same-height/reviews/#new-post)

[Alle Rezensionen anzeigen](https://wordpress.org/support/plugin/same-height/reviews/)

## Mitwirkende

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

## Support

Möchtest du etwas mitteilen? Brauchst du Unterstützung?

 [Support-Forum anzeigen](https://wordpress.org/support/plugin/same-height/)