UNPKG

jquery-focuspoint

Version:

jQuery plugin for 'responsive cropping'. Dynamically crop images to fill available space without cutting out the image's subject. Great for full-screen images.

36 lines (35 loc) 760 B
{ "name": "jquery-focuspoint", "homepage": "https://github.com/jonom/jquery-focuspoint", "authors": [ "Jonathon Menz" ], "description": "jQuery plugin for 'responsive cropping'. Dynamically crop images to fill available space without cutting out the image's subject. Great for full-screen images.", "main": [ "js/jquery.focuspoint.js", "css/focuspoint.css" ], "keywords": [ "crop", "cropping", "image", "responive", "fill", "background", "full-screen", "focus", "focuspoint" ], "license": "MIT", "ignore": [ "**/.*", "demos", "node_modules", "bower_components", "test", "tests" ], "dependencies": { "jquery": ">=1.9" } }