Giter Site home page Giter Site logo

Comments (7)

desandro avatar desandro commented on July 23, 2024 1

Here's the solution we ended up going with:

http://jsfiddle.net/desandro/P6JGY/24/

With this one, the container width shrinks if not enough items can fill the width of the body. If you remove items to 4 or 2, they remain centered.

The JS is fairly basic for this demo, so you probably won't be able to copy/paste this right into your own application. And it's not hooked in to Isotope's filtering mechanism. But hopefully its a step in the right direction.

from isotope.

theskinny avatar theskinny commented on July 23, 2024

Update: I've tried to replicate the layout of 'ish.tv' using their own code, with no success.

from isotope.

desandro avatar desandro commented on July 23, 2024

Maybe I'm not understanding correctly - What's wrong with using the centered container? It centers the items. If you need another container, just wrap it in another containing element.

from isotope.

theskinny avatar theskinny commented on July 23, 2024

Thanks for your reply.
I was hoping that in my fiddle file you could see that the container is centered and the items are still aligned left. For instance, if you filtered down to a few items they would not be centered, there would be unequally large space on the left.

Also, I tried putting a div between the container and the items, which caused masonry to break.

from isotope.

theskinny avatar theskinny commented on July 23, 2024

http://ScrnSht.com/ajjozy
I uploaded a quick screenshot from the fiddle. You can see that the five items are aligned to the left and not centered. This is the same problem i'm having with my actual gallery.

from isotope.

desandro avatar desandro commented on July 23, 2024

Okay, I see now. The issue was that when there are not enough items to fill the container, it appears that they are left-aligned. We can resolve this by ensuring that the container does not too large and leave an empty space

currentColumns = Math.min( currentColumns, 6 );

See http://jsfiddle.net/desandro/yv7m3/1/

from isotope.

mariodermez avatar mariodermez commented on July 23, 2024

@desandro even with your code it doesnt center. Centering means equal space from the sides per row of elements. That means that in suggested code if I use two rows of boxes (equal height) with less in the second row then they will just float to the left. They won't be centered.

So how can someonw do a layout like the image below?
fbxcu

from isotope.

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.