I set the color background to 0 for a transparent background, but while it shows as transparent locally, it has a white background on all online platforms.
Make sure that the opacity for the backgroundColor is 0 and your gallery's background should be transparent, for example:
backgroundColor: 'rgba(0,0,0,0)',
If you continue to experience difficulties, please post the URL to your gallery so that I can take a look and help further.
Thank you.
I would also like to have the gallery as a page on my website, which can be navigated to and from, but I can't see how this can be done.
Just upload your complete gallery folder to your web server and link to the 'index.html' file within the gallery folder.
For example, if your gallery folder is named 'my_gallery' and you upload your complete gallery folder to your root directory, then you could use a link such as the following to open the gallery's web page:
<a href="/my_gallery/index.html">Click here to open gallery.</a>
You can use the Back Button within your gallery to allow users to return to a page within your web site (such as your home page).
Just set backButtonPosition to something other than NONE (either TOP or OVERLAY) and set the backButtonUrl to the URL of whatever web page you want the Back Button to link to.
Full details of all Back Button configuration options can be found here.