ademilter / bricklayer

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

bricklayer-column-sizer #27

Open orsonok opened 7 years ago

orsonok commented 7 years ago

Hi!

How can I change the value of .bricklayer-column-sizer with jQuery dynamically? I need to show an item 100% wide

regards,

f commented 7 years ago

.bricklayer-column-sizer is a reference class that you can change.

Didn't try but possibly

$(".bricklayer-column-sizer").width("100%")

will cover what you need.