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

Only renders 12 columns #1

Open
rkorebrits opened this issue Nov 11, 2014 · 3 comments
Open

Only renders 12 columns #1

rkorebrits opened this issue Nov 11, 2014 · 3 comments

Comments

@rkorebrits
Copy link

We are currently working with a 15 column grid, however, the plugin always only renders 12 items.

Otherwise, thanks for the great product!

@chuckhendo
Copy link
Owner

Are you using SASS/LESS mixins to render the columns, or are you using Bootstrap classes?

@rkorebrits
Copy link
Author

I'm not sure if I understand your question.

https://github.com/chuckhendo/chrome-bootstrap/blob/master/grid.js

Your code adds 12 columns statically, but to span the page I need 15 columns.

Have a look at my fork:
https://github.com/rkorebrits/chrome-bootstrap/blob/master/grid.js

This defaults to 12, but allows the developer to add an attribute to the body tag to enter a custom number of columns.

@chuckhendo
Copy link
Owner

Well, what I was wondering is a way to do it dynamically. If "regular" bootstrap is being used by applying classes, I should be able to dynamically determine the number of columns that are being used

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants