Is it possible to use absolute paths for galeria jquery lightbox?

Q: Dear support,

Thank you so much for reaching out. I'm currently using a website building company. I am able to copy/paste the HEAD/BODY html codes. Unfortunately, I believe there is no way to copy 'data' folder with images and 'engine' folder directly into the same folder of my website. Is there a workaround for this?

I'm currently on a free trial version but I would like to be a license when I know I can get this to implement with my current website builder, Squarespace.

I appreciate the response and hope there is a solution.

A: You can upload 'engine' and 'data' folders on any other server and use absolute paths for all
VisualLightBox files, for example:

<!-- Start VisualLightBox.com HEAD section -->
<link rel="stylesheet" href="http://yourdomain.com/engine/css/vlightbox.css" type="text/css" />
<style type="text/css">#vlightbox a#vlb{display:none}</style>
<link rel="stylesheet" href="http://yourdomain.com/engine/css/visuallightbox.css" type="text/css" media="screen" />
<script src="http://yourdomain.com/engine/js/jquery.min.js" type="text/javascript"></script>
<!-- End VisualLightBox.com HEAD section -->

Related