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.

18 lines (17 loc) 321 B
/* !FULL SCREEN IMAGE */ /*-----------------------------------------*/ html,body,.focuspoint{ height: 100%; width: 100%; max-height: none; max-width: none; overflow: hidden;/*Prevent scrollbars in IE8*/ margin: 0; } a { position: fixed; left: 0; top: 0; background: #fff; padding: 5px 10px; }