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

Broken in FF #17

Closed hotsawz closed 11 years ago

hotsawz commented 11 years ago

Fab little plugin but doesn't appear to work in Firefox 21: http://d.pr/i/zeOH

Seems fine in Chrome

daneden commented 11 years ago

This issue should be resolved now. The plugin previously used max-height to scale images to fit to the baseline, but now uses margin-bottom to fit images to the baseline instead.