An open API service indexing awesome lists of open source software.

https://github.com/vovayatsyuk/shrink-to-viewport

Automatically update element's max-height to fit viewport size https://vovayatsyuk.github.io/shrink-to-viewport/
https://github.com/vovayatsyuk/shrink-to-viewport

height-calculation viewport

Last synced: 5 months ago
JSON representation

Automatically update element's max-height to fit viewport size https://vovayatsyuk.github.io/shrink-to-viewport/

Awesome Lists containing this project

README

          

# Shrink to Viewport

The script calculates maximum of available height for the element to fit the
viewport and set it as `max-height` style.

### Usage

```js
new ShrinkToViewport(document.getElementById('aside'), {
offset: 20
});
```