Skip to content
Snippets Groups Projects

Customize the colors in the tag cloud.

Merged Paul Mather requested to merge tagcloud_colors into master
1 file
+ 10
0
Compare changes
  • Side-by-side
  • Inline
+ 10
0
Blacklight.onLoad(function () {
/*
* Tag cloud(s), overrides the same file in Sufia.
*/
$(".tagcloud").blacklightTagCloud({
size: {start: 0.9, end: 2.5, unit: 'em'},
cssHooks: {granularity: 15},
color: {start: '#B47A1F', end: '#993300'}
});
});
Loading