I am doing good on first gallery with juicebox , everything go perfect . but when i am trying 2nd gallery on another page , it doesnot show any juicbox gallery on the page after uploading  file .I am using filezilla to upload my gallery and all folder generated by juicebox. I have tried your suggest on the forum but failed.  Please HELP !

this is embedding code for the 2nd  gallery   like this.

<script src="http://www.thepvongsa.co.th/gallery1/jbcore/juicebox.js"></script>
<script>
  new juicebox({
    baseUrl: 'http://www.thepvongsa.co.th/gallery1/',
    containerId : 'juicebox-container1'
galleryWidth: "100%",
galleryHeight: "100%",
backgroundColor: "rgba(34,34,34,1)"
  });
</script>
<div id="juicebox-container1"></div>