Displaying 1 to 20 from 52 results

jquery-match-height - a responsive equal heights plugin

  •    Javascript

See the jquery.matchHeight.js demo. In the years since this library was originally developed there have been updates to CSS that can now achieve equal heights in many situations. If you only need to support modern browsers then consider using CSS Flexbox and CSS Grid instead.

image-size - Node module for detecting image dimensions

  •    TypeScript

NOTE: The asynchronous version doesn't work if the input is a Buffer. Use synchronous version instead. If the target file is an icon (.ico) or a cursor (.cur), the width and height will be the ones of the first found image.

postcss-100vh-fix - PostCSS plugin to fix height/min-height: 100vh on iOS

  •    Javascript

[PostCSS] plugin to fix [iOS’s bug] with 100vh. It works in Chrome (just -webkit-fill-available causes problems in Chrome in some cases), iOS/iPad/MacOS Safari and [all other browsers]. Pure CSS solution, no JS required.




react-autosize-textarea - A textarea perfectly compatible with ReactJS default one which auto resizes its height based on user input

  •    TypeScript

A light replacement for built-in <textarea /> component which automatically adjusts its height to match the content. You can pass any prop you're allowed to use with the default React textarea (valueLink too).

dom-helpers - tiny, extremely modular, DOM helper library for IE8+

  •    Javascript

Mostly just naive wrappers around common DOM API inconsistencies, Cross browser work is minimal and mostly taken from jQuery. This library doesn't do a lot to normalize behavior across browsers, it mostly seeks to provide a common interface, and eliminate the need to write the same damn if (ie8) statements in every project. over and over again, or you need a ok getComputedStyle polyfill but don't want to include all of jQuery, use this.


newheights

  •    JQuery

jQuery plugin, for responsive pages, to set tags to same height. Happens during/after browser resize.

equal-height-columns

  •    JQuery

This jQuery plugin (now in it's second version) sets all of the passed jQuery collection of elements to have the same height.

EqualHeight.js

  •    JQuery

A jQuery plugin that sets the height of each element in a group to the height of the highest element.

jquery.heightero.js

  •    JQuery

Plugin for jQuery to automatically size height of html elements in a fixed container.

term-size - Reliably get the terminal window size

  •    Javascript

Confirmed working on macOS, Linux, and Windows.Returns an Object with columns and rows properties.

opentype-layout - word wraps and lays out Opentype.js glyphs

  •    Javascript

Experimental word-wrapping and layout for Opentype.js.Best used with npm and browserify. This should also work in Node.js and other environments.

postcss-size - PostCSS plugin for size shortcut

  •    Javascript

PostCSS plugin for size shortcut to set width and height properties.See PostCSS docs for examples for your environment.

node-aspectratio - Image aspect ratio calculation utility

  •    Javascript

Image aspect ratio utilities. Apply a fixed aspect ratio crop without distoring the image aspect ratio.

fastimage - FastImage finds the size or type of an image given its URL by fetching as little as needed

  •    Javascript

FastImage finds the size or type of an image given its URL by fetching as little as needed. FastImage supports and has been tested on NodeJS 5.0+.

jquery.actual - Get the actual width/height of invisible DOM elements with jQuery.

  •    HTML

Get the actual width/height of invisible DOM elements with jQuery. jQuery has trouble finding the width/height of invisible DOM elements. With element or its parent element has css property 'display' set to 'none'. $('.hidden').width(); will return 0 instead of the actual width; This plugin simply fix it.






We have large collection of open source products. Follow the tags from Tag Cloud >>


Open source products are scattered around the web. Please provide information about the open source projects you own / you use. Add Projects.