Hi,

I have been struggling to utilize 2 options with the full screen theme. I've been attempting to use the Data Config and Extend options to no avail. Maybe I am looking in the wrong place though.

I have a static gallery I built in a html page that uses the following code successfully which leads me to believe that I'm having an issue with the module.

Galleria.loadTheme('galleria/themes/fullscreen/galleria.fullscreen.min.js'); $('#galleria').galleria(); Galleria.configure({ _hideDock: false, _closeOnClick: false });

However after corresponding with Galleria support they provided this code as well:

Galleria.run('#galleria',{
extend:function(){
this.setOptions({
'_hideDock': 'false',
'_closeOnClick': 'false'
});
}
});

I am not sure if either is advantageous to use with the Drupal module, but so far neither is working for me. I also tried manually adding the code via a view template, but still no luck.

Honestly, Javascript isn't my cup of tea so that could have something to do with it too. Any help to successfully apply these 2 options would be much appreciated.

Thanks,
Max