Title: Same Height
Author: damiarita
Published: <strong>15 Tháng 10, 2015</strong>
Last modified: 24 Tháng 1, 2017

---

Tìm kiếm plugin

Plugin này **chưa được cập nhật với 3 phiên bản mới nhất của WordPress**. Nó có 
thể không được hỗ trợ và bảo trì, và có thể xung đột với các phiên bản WordPress
mới nhất.

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

# Same Height

 Bởi [damiarita](https://profiles.wordpress.org/damiarita/)

[Tải về](https://downloads.wordpress.org/plugin/same-height.zip)

 * [Chi tiết](https://vi.wordpress.org/plugins/same-height/#description)
 * [Đánh giá](https://vi.wordpress.org/plugins/same-height/#reviews)
 *  [Cài đặt](https://vi.wordpress.org/plugins/same-height/#installation)
 * [Nhà phát triển](https://vi.wordpress.org/plugins/same-height/#developers)

 [Hỗ trợ](https://wordpress.org/support/plugin/same-height/)

## Mô tả

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" >`

## Ảnh màn hình

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

## Cài đặt

 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”

## Hỏi đáp

  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" >`

## Đánh giá

![](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 Tháng 6, 2017 1 trả lời

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 Tháng 9, 2016 1 trả lời

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 Tháng 9, 2016 1 trả
lời

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 Tháng 9, 2016 2 trả lời

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

 [ Đọc tất cả 4 đánh giá ](https://wordpress.org/support/plugin/same-height/reviews/)

## Người đóng góp & Lập trình viên

“Same Height” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

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

[Dịch “Same Height” sang ngôn ngữ của bạn.](https://translate.wordpress.org/projects/wp-plugins/same-height)

### Muốn tham gia phát triển?

[Duyệt code](https://plugins.trac.wordpress.org/browser/same-height/), check out
[SVN repository](https://plugins.svn.wordpress.org/same-height/), hoặc theo dõi 
[nhật ký phát triển](https://plugins.trac.wordpress.org/log/same-height/) qua [RSS](https://plugins.trac.wordpress.org/log/same-height/?limit=100&mode=stop_on_copy&format=rss).

## Nhật ký thay đổi

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

 *  Phiên bản **1.4.1**
 *  Cập nhật lần cuối **9 năm trước**
 *  Số lượt cài đặt **100+**
 *  Phiên bản WordPress ** 1.3.0 hoặc cao hơn **
 *  Đã kiểm tra lên đến **4.7.33**
 *  Ngôn ngữ
 * [English (US)](https://wordpress.org/plugins/same-height/)
 * Thẻ
 * [css](https://vi.wordpress.org/plugins/tags/css/)[javascript](https://vi.wordpress.org/plugins/tags/javascript/)
   [jquery](https://vi.wordpress.org/plugins/tags/jquery/)[shortcode](https://vi.wordpress.org/plugins/tags/shortcode/)
 *  [Nâng cao](https://vi.wordpress.org/plugins/same-height/advanced/)

## Đánh giá

 5 trên 5 sao.

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

[Thêm đánh giá của bạn](https://wordpress.org/support/plugin/same-height/reviews/#new-post)

[Xem tất cả đánh giá](https://wordpress.org/support/plugin/same-height/reviews/)

## Những người đóng góp

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

## Hỗ trợ

Có điều gì muốn nói? cần giúp đỡ?

 [Xem diễn đàn hỗ trợ](https://wordpress.org/support/plugin/same-height/)