# jquery.ad-getautosize

> Returns the max dimensions of the DOM element if it were to auto size.

Latest version **1.0.3** (published 2018-04-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install jquery.ad-getautosize
pnpm add jquery.ad-getautosize
yarn add jquery.ad-getautosize
bun add jquery.ad-getautosize
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2018-04-22 |
| First published | 2018-04-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 0.8.0 |
| Dependencies | 0 |
| Unpacked size | 339.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | abhishekdev |

## Links

- npm: https://www.npmjs.com/package/jquery.ad-getautosize
- Repository: https://github.com/abhishekdev/jquery-getAutosize
- Homepage: https://github.com/abhishekdev/jquery-getAutosize#readme
- Issues: https://github.com/abhishekdev/jquery-getAutosize/issues
- npm.io page: https://npm.io/package/jquery.ad-getautosize

## Recent versions

- 1.0.3 (latest) — 2018-04-22

## README

# jQuery getAutosize Plugin

Returns the max dimensions of the DOM element if it were to auto size.

## Getting Started
Download the [production version][min] or the [development version][max].

[min]: https://raw.github.com/abhishekdev/jquery-getAutosize/master/dist/jquery.ad-getautosize.min.js
[max]: https://raw.github.com/abhishekdev/jquery-getAutosize/master/dist/jquery.ad-getautosize.js

In your web page:

```html
<script src="jquery.js"></script>
<script src="dist/jquery.ad-getautosize.min.js"></script>
<script>
jQuery(function($) {
  var elementSize = $([selector]).getautosize(); // "{width:number,height:number}"
});
</script>
```

---
_Source: https://npm.io/package/jquery.ad-getautosize · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
