Skip to content

idanen/getSizePercent

Repository files navigation

getSizePercent

Get an element's width or height in percentage

Usage

<style>
.my-element {
  width: 85%
}
</style>
<body>
  <div class="my-element"></div>
</body>
const width = getSizePercent({ selector: '.my-element', property: 'width' });
// width === '85%'

Thanks

Borrowed a nice trick from this answer, implementation is more stable (on some widths the calculations weren't completely accurate).

So big thanks to timofey

About

Get an element's width or height in percentage

Resources

License

Stars

Watchers

Forks

Packages

No packages published