I can't manage to show a gallery of images when I click on a button whit data collapse and target #collpasExample.
The div that contains the images - div class="masonry-thumbs ..." has a position relative and a height of 0px - only if I try to put it in a collapsed state. If I remove the class collapse the gallery shows great, but I want to be able to show all the images only if I click on a button. I tried with jquery, toggleClass('d-none') but it behaves the same way. The div keeps having the inline style of height:0px. If I put an h tag it shows, only the gallery does not :(. What did I do wrong?
The image is the example of adding the gallery on the toggles-accordion.html and still does not work. Hope I do something wrong and it is an easy fix.
