You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd love to use this tool, but I can't justify 12k minified for it - especially when a lot of that appears to be flexible configuration (I just want an iFrame that doesnt collapse) and extending jQuery (which we don't use).
Is there any possibility of a "no-frills" version?
The text was updated successfully, but these errors were encountered:
v2.8.10 looks like it's 4k minified - that's a bit better.
Do you think it would be more efficient to look over the changes since then and incorporate anything important, or to work backwards from the latest version removing all the cruft?
I would try v2 and if that works for you then just stick with it.
The jQuery wrapper is only five lines of code, and most of the options don't add much weight. The majority of the code is dealing with either working out the size of the page, or detecting that the content has changed.
At some point I plan to rip out all the support for IE8-11. Waiting on global usage to fall below 1%.
I'd love to use this tool, but I can't justify 12k minified for it - especially when a lot of that appears to be flexible configuration (I just want an iFrame that doesnt collapse) and extending jQuery (which we don't use).
Is there any possibility of a "no-frills" version?
The text was updated successfully, but these errors were encountered: