daneden / Baseline.js

A simple jQuery plugin for restoring vertical baselines thrown off by odd image sizes
http://daneden.me/baseline
699 stars 55 forks source link

Merge Vanilla and jQuery versions #19

Closed RadLikeWhoa closed 11 years ago

RadLikeWhoa commented 11 years ago

The Vanilla JS version and the jQuery/Zepto version can now be used through the same script. This makes it easier for people to use while also increasing maintainability.

The README was updated alongside.

Fixes #10 and closes #18.

EDIT: In a second commit, em breakpoints are added as well.