I am trying to get the slimbox to work with the MaxiGallery snippet but haven’t had any luck. Does anyone know of a tutorial showing how to get it done or can you give me some advice. I have the MaxiGallery working fine and I am using this:
[[MaxiGallery? &display=`embedded` &embedtype=`slimbox` &pics_per_row=`3` &max_thumb_size=`110` &max_pic_size=`0` &thumb_use_dropshadow=`1`]]
for my snippet call.
then I placed this code in the head of my template:
<link rel="stylesheet" href="[(base_url)]assets/templates/slimbox/css/slimbox.css" type="text/css" media="screen" />
<script type="text/javascript" src="assets/templates/slimbox/js/mootools.v1.1.js"></script>
<script type="text/javascript" src="assets/templates/slimbox/js/slimbox.js"></script>
and then placed the Slimbox files in the correct folder.
What else should I be doing? Thanks