Socket
Socket
Sign inDemoInstall

responsive-equalized-heights

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

responsive-equalized-heights

An intuitive, class-based interface for creating responsive equalized element heights within ZURB Foundation.


Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Responsive Equalized Heights

for ZURB Foundation

An intuitive, class-based interface for creating responsive equalized element heights within ZURB Foundation.

Installation

Responsive Equalized Heights is built to work with the grid from Foundation 5. It is untested with earlier versions of Foundation.

Bower

bower install responsive-equalized-heights

Browser

<script src="path/to/responsive-equalized-heights.js"></script>

Usage

Include this project's script in your page after Foundation.

Then add responsive height classes to any elements that should be equalized. That's all. No container classes, no data attributes, no parent element requirements.

Responsive height classes use this format:

<screen_size>-height-<group_name>

screen_size is any of the Foundation screen sizes: small, medium, large, xlarge, or xxlarge.

group_name is any arbitrary string that will create a valid class name. One or two letters work well (small-height-a or medium-height-aa), but longer group names are fine (large-height-I-am-a-long__Group-Name). auto is a reserved group name.

At any screen size, all of the elements in each group will share equalized height.

For full details and examples, see the project site: http://jsmreese.github.io/responsive-equalized-heights/

Keywords

FAQs

Package last updated on 04 Dec 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc