zonear / isotope-perfectmasonry

PerfectMasonry extension for Isotope
138 stars 49 forks source link

width in percent #7

Closed Karuma closed 11 years ago

Karuma commented 11 years ago

Hi When i try use precent width for some elements main conteiner have always set last width and wont change to smaller only for biger.

mikkotikkanen commented 11 years ago

Ah. Never tried a case with some elements having percentage sizes and some pixel. :/

mikkotikkanen commented 11 years ago

You can now set the layout as liquid, which should make the tiles grow and shrink as you go

Like so:

....
layoutMode: "perfectMasonry",
perfectMasonry: {
    liquid: true
}

Does this fix your issue?

mikkotikkanen commented 11 years ago

Closing this issue, due no feedback.