4
I’m making a portfolio gallery, based on Bootstrap so it’s responsive. So I have a set of thumbnails that will match a work that should be aligned:
By clicking on them open a collapsible DIV.
I intend that when this div
open, the other thumbnails of the same line remain in place:
And don’t come down when you click on one of them:
But this so that the order of the HTML tags is not changed so that it is possible that in small devices the layout is like this:
I would also like to know if there is any option to make it not only possible to open a div
collapsible at a time.
This is my code: JSFIDDLE
A question, when one is open and you click on another, will you close and open or will just exchange the content that is in the middle?
– Erlon Charles
@Erlon Charles I’d like the effect of closing and opening.
– user3216077