I currently have a photo gallery script embedded in my website:
<script async src="//jsfiddle.net/karimabdlehamee/tmLswek3/3/embed/js,html,css,result/dark/"></script>
While it works perfectly on my site, I encountered issues when trying to display multiple instances of the gallery on the same page.
How can I set up two or more separate instances without affecting the display of the photo gallery?
I tried duplicating the instance by simply copying the divs in the HTML code.