ademilter / bricklayer

Lightweight and independent Pinterest-like cascading grid layout library
http://bricklayer.js.org
Other
2.46k stars 121 forks source link

more examples #10

Open ademilter opened 8 years ago

ademilter commented 8 years ago
JohnnyTheTank commented 8 years ago
shchukin commented 8 years ago

I found a nice way to use bricklayer: https://jsfiddle.net/totn2yL0/7/ much better than this: http://prnt.sc/b4kvrb

Many thanks for plugin. Can't wait to use it in project I am currently working on.

f commented 8 years ago

Wow, this really makes sense.

_Fatih Kadir Akın_http://github.com/f http://twitter.com/fkadev

shchukin commented 8 years ago

I don't understand one thing there: http://prntscr.com/b4lvfw

evoactivity commented 8 years ago

@shchukin I tend to think of flex-basis as "keep it roughly around this value"

https://developer.mozilla.org/en-US/docs/Web/CSS/flex-basis

kilianso commented 7 years ago

Here's an example with :

  1. infinite scrolling
  2. make sure column layout will not break when JS fails and prevent ugly jumps of the layout with slow internet connection
  3. includes issue #13 for internet explorer support

http://codepen.io/kilianso/pen/EyvqYG