Hello !
I am trying to insert my portfolio in my website. I tried with one project and the page is populated but the project stays hidden.
You can see it here:
bloculus.com/galerie/
If you inspect the css of the page, you can see that the problem is caused by css opacity:
<div id="bop-project" style="opacity:0;">
If I change it to 100, my project appears.
Do you have an idea of the problem I am facing? Javascript execution issue?
Thank you