filterizr icon indicating copy to clipboard operation
filterizr copied to clipboard

Display flex - problem with height of item

Open Triloworld opened this issue 8 years ago • 3 comments

There is two main problem:

Documentation don't have information in install page about this library: https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/3.2.0/imagesloaded.pkgd.min.js

If display flex is used on 'filtr-item' then height on container is wrong calculate.

Triloworld avatar Jan 06 '17 11:01 Triloworld

Hi triloworld.

I have the same issue.. Have a found a solution ?

Julienblc avatar May 01 '17 15:05 Julienblc

No. Just find that i need fixed height. This problem have multiple possible answear.

Do you have image in it? Check if it have width or height fixed in img tag or by using imagesloaded.pkgd.min.js Is there all class and they not misspelled? I have issue because documentation don't say what is mandatory and what not. Flex is rather not possible to use right now (don't know why calculation of container creating such a problem)

You can try apply display:inline-block; You can add transform: translateZ(0); and pespective: 0px; and backface-visibility: hidden; if this fix can help.

Triloworld avatar May 01 '17 19:05 Triloworld

I have same problem with

Where all the bootstrap cards are in a single row, with a fixed width (50%) so they do wrap...

With MixItUp there's no issue...

bhideghety-SPC avatar May 09 '21 15:05 bhideghety-SPC