davidjbradshaw / iframe-resizer

Keep iFrames sized to their content.
https://iframe-resizer.com
Other
6.62k stars 977 forks source link

Added: Only check overflowed elements #1278

Open davidjbradshaw opened 1 week ago

davidjbradshaw commented 1 week ago

Create a NodeList set of elements that overflow the document root. This improves downsizing perf, by greatly limiting the set of elements that we need to check the position of.