-
Notifications
You must be signed in to change notification settings - Fork 212
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
How can I make it play nice with Bootstrap 4 ? #120
Comments
Hi @NikhilGoyal I'm not up to date with bootstrap 4, what would be the appropriate html? It would need to be baked into the lib. |
Thanks for super fast reply. Appropriate HTML is what I'm trying to figure out with Bootstrap.
This plays nice with images and breakpoints. I tried adding the bootstrap classes mentioned here to |
Hi again, I have figure out a way to make it work with Bootstrap. I just want to know how can I wrap the
|
This requires updating the code, I'll create an issue for it. |
@NikhilGoyal looking into this, this is quite a major rewrite of the codebase, as there is a lot of code dependent on a non-linear grid system (i.e. look at the uneven images example). Additionally, could you provide more details as to why the UL doesn't work in bootstrap 4 for your use case? |
This is per se not an issue, still I would like to know developer suggestions on this.
Below is the
ul
generated. How can I modify the code here so that it becomes responsive and follows bootstrap grid system.The text was updated successfully, but these errors were encountered: