Giter VIP home page Giter VIP logo

Comments (9)

kenhoff avatar kenhoff commented on July 20, 2024 25

I know this is already closed, but I wanted to say that I was able to get that solution (http://masonry.desandro.com/options.html#fitwidth) working correctly.

Just add isFitWidth into the options prop, and style whatever you passed in as className with margin: 0 auto.

Thanks!

from react-masonry-component.

afram avatar afram commented on July 20, 2024 2

Yeah, works fine

https://codesandbox.io/s/ly8mqzm54z

You need to remember that fitWidth doesn't actually centre the Masonry wrapper for you, it simply ensures that it will work when you apply margin: 0 auto; to the grid css.

from react-masonry-component.

afram avatar afram commented on July 20, 2024 1

@kevinchiu apologies for the late reply, I didn't see this ticket.

Have you found a solution?

Does this do what you want? http://masonry.desandro.com/options.html#fitwidth

from react-masonry-component.

afram avatar afram commented on July 20, 2024

@kevinchiu closing due to inactivity. Please reopen if this is still an issue :-)

from react-masonry-component.

erosenberg avatar erosenberg commented on July 20, 2024

@kenhoff - this doesn't work anymore. I've tried isFitWidth and fitWidth and neither works. Is this still being supported?

from react-masonry-component.

afram avatar afram commented on July 20, 2024

It shouldn't have changed. That just gets passed to Masonry under the hood.

from react-masonry-component.

erosenberg avatar erosenberg commented on July 20, 2024

@afram - I mean, I agree. Maybe it just doesn't do what I think it's supposed to.
I was under the impression that you give a columnWidth and if you set isFitWidth to true, then the content should always be centered and spaced evenly. Is that not the case?

Also, isFitWidth seems to be deprecated in the documentation. Does it somehow pass fitWidth instead of isFitWidth to the instance of Masonry under the hood?

from react-masonry-component.

afram avatar afram commented on July 20, 2024

Did you see this disclaimer on the Masonry docs?

fitWidth: true does not work with element sizing with percentage width. Either columnWidth needs to be set to a fixed size, like columnWidth: 120, or items need to have a fixed size in pixels, like width: 120px. Otherwise, the container and item widths will collapse on one another.

Masonry hasn't been updated from v4.2.2 in 8 months.

both fitWidth and isFithWidth should still work.

Maybe it's worth putting together an example in https://codesandbox.io/?

from react-masonry-component.

afram avatar afram commented on July 20, 2024

To be honest, I haven't looked at this in a long time. From what I can see in the code it should still be working. I'm going to put together an example myself for my own sanity...

from react-masonry-component.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.