Docs:
count: number of divisions (int).
gap: gap between columns (int / px).
fixed: arrange as optimally as possible (boolean).
check: stacking accuracy (int / only if fixed is true).
interval: interval to refresh (boolean / int).
debug: console logs (boolean).Defult settings:
$('.colums1').columnsToJs({
count: 3,
gap: 20,
fixed: true
check: 10,
interval: false,
debug: false
});
Bug list:
1. Check (crash). it is bigger than the number of elements
2. Firefox Freezing scroll.
2. Container container is sometimes too small
in the future:
1. RWD the ability to add resolution dependencies to all settings.
2. Counting in memory counting of items in memory.
3. Events