Adam Wulf

Results 161 comments of Adam Wulf

just updated w/ a comment over there. the short story is columnizer can't run w/ display:none. i'd recommend setting the content to visibility: hidden; during columnizing. after it's done columnizing...

Columnizer needs elements to have display to determine their size when columnizing. when elements are inside of a display:none, their size isn't available/trustworthy, so columnizer ends up creating invalid columns...

are the conditional comments inside the code you're columnizing? if so, can you move that include to the or elsewhere in the body. i suspect the conditional comments are causing...

Thats a great idea - I don't personally have enough time to build one though. If you decide to translate it into prototype lmk and I'll add links in the...

If you could track down the commit, that'd help me quite a lot. Also, could you send me the minimized version of colonizer that you're using? I may be able...

Awesome, thanks for tracking that commit down. I'll try and find some time soon to debug what went wrong On Mon, Dec 23, 2013 at 11:27 PM, danyaPostfactum [email protected]: >...

If you added support for it that'd be great! looks very cool On Mon, Dec 16, 2013 at 3:31 PM, Jared Gholston [email protected]: > https://github.com/madrobby/zepto > > Zepto is a...

There's no built in functionality for this inside of columnizer. My only thought would be to pull the table/images out of the content, and then using overflow: option to columnize...

Do you have a URL where I can see this in action?

do you have a URL to test this out? jsfiddle would be even better?