I've upgraded to twelve theme for galleria, and wish to make use of the toggle switches for 'fullscreen', 'pop-out window', 'play/pause', and 'thumbnails'. How to add extra functions to galleria, such as these without creating syntax issues?
I want to add the following code to shortcode.php, on line 503, but keep getting a syntax error.
e.g.
extend: function() {
var gallery = this;
$('#fs').click(function(){
gallery.toggleFullscreen();
});
}
Thank you













