firefly-iii/public/assets/javascript/highslide.config.js

12 lines
318 B
JavaScript
Raw Normal View History

/**
* Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'assets/css/graphics/';
hs.outlineType = 'rounded-white';
hs.wrapperClassName = 'draggable-header';
hs.captionEval = 'this.a.title';
hs.showCredits = false;
hs.marginTop = 20;
hs.marginRight = 20;
hs.marginBottom = 20;
hs.marginLeft = 20;