outlayer icon indicating copy to clipboard operation
outlayer copied to clipboard

:construction_worker: the brains & guts of a layout library

Results 8 outlayer issues
Sort by recently updated
recently updated
newest added

Is it possible to adjust JSDoc through the code? In case if project contains JSDoc validation there are such errors (e.g. when using masonry-layout which uses outlayer): ``` ERROR: Unable...

Hi @desandro: Your copyright notice and the MIT license text are not contained on GitHub but on a separate MIT license page (http://desandro.mit-license.org/). This actually poses a problem for automated...

it's probably fix for many overlapping issues about 1px gaps in isotope masonry

**1** Gaps will occur when layout is changed — on resize, or item size changes — with `percentPosition: true` AND when the container element has padding. See demo: http://codepen.io/desandro/pen/ZGdqqZ **2**...

bug

Hello, It appears that commit 914f1f2 introduced a bug: https://github.com/metafizzy/outlayer/commit/914f1f2fa9874935dc7723a5a1171e0f78a689e7#diff-a63318b17de3bf77b5cd6eb71e7aae44R46 How can `window.Outlayer.Item` be defined before assigning the result of the `factory` call to `window.Outlayer` ? My Karma tests fail...

Per desandro/masonry#496, items that are isHidden should not need to be laid out. Consider changing `_getItemsForLayout` to ``` js Masonry.prototype._getItemsForLayout = function( items ) { var layoutItems = []; for...

Should bail nicely if user enters non-element argument for `new Layout()`. Fixes regression with Packery tests. should get `utils.isElement( queryElement )`

See http://codepen.io/desandro/pen/rEbze. Ref desandro/masonry#492