We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5582dfe commit b7fca14Copy full SHA for b7fca14
README.md
@@ -59,7 +59,7 @@ You can also simply use one of the built in methods of transforming DOM elements
59
fit( bar, foo, fit.cssPosition );
60
61
// uses margin-left, margin-top, width and height
62
- fit( bar, foo, fit.cssOffset );
+ fit( bar, foo, fit.cssMargin );
63
64
But fit.js was designed to be used with any kind of rectangular object, not just DOM elements.
65
0 commit comments