jonom / jquery-focuspoint

jQuery plugin for 'responsive cropping'. Dynamically crop images to fill available space without cutting out the image's subject. Great for full-screen images.
Other
3.14k stars 211 forks source link

+ background-position compatabilty details #34

Closed tomByrer closed 10 years ago

tomByrer commented 10 years ago

80% worldwide (75% US) can use the CSS-fallbacks.

jonom commented 10 years ago

Hey @tomByrer thanks for your contribution. The focuspoint-css-fallbacks.css file isn't actually related to the background-image technique though and doesn't make use of background-offsets. It contains a range of fallback css classes that could be used for a very rough FocusPoint effect if javascript isn't enabled. That file isn't documented at the moment which is my bad. That said, your ReadMe alterations make sense so will be happy to merge those if you want to submit a new PR with just that commit.

jonom commented 10 years ago

Ah looks like you realised the same thing while I was typing my comment ;)