Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A way to fill container completely (justify content)? #152

Open
javinladish opened this issue Mar 8, 2014 · 1 comment
Open

A way to fill container completely (justify content)? #152

javinladish opened this issue Mar 8, 2014 · 1 comment

Comments

@javinladish
Copy link

I was wondering if there is an easy way to fill a Wookmark container's width completely?

For example, if the container is set to a max-width of 920px. I want the first object in the row to be floated left, and the last object in the row to be floated right. All objects in between will have equal space between them.

Is this possible?

Edit; I did find this (Justified Version of Wookmark):
https://gist.github.com/anonymous/1827897

Unfortunately, it doesn't seem to be working 100% for me.

The effect I am going for can be seen here: http://javinladish.com/code/index.html
(Note: This effect uses Flexbox and only works correctly in Chrome) I'm trying to come up with a more cross-browser solution by using Wookmark.

@Sebobo
Copy link
Member

Sebobo commented Mar 13, 2014

Hi,

no that's currently not possible and would have to be implemented similar to your gist.

Regards,
Sebastian

@Sebobo Sebobo added the Feature label Mar 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants