Skip to content

Instantly share code, notes, and snippets.

@hertsch
Last active January 2, 2016 09:48
Show Gist options
  • Save hertsch/8285114 to your computer and use it in GitHub Desktop.
Save hertsch/8285114 to your computer and use it in GitHub Desktop.
imageTweak configuration sample
{
"enabled": true,
"image": {
"alt": {
"default": "- no image description available -",
"set": true
},
"title": {
"default": "- no image description available -",
"set": true
}
},
"embed": {
"fancybox": {
"image": {
"class": "tweak-fancybox",
"remove": true
},
"element": "a",
"attribute": {
"href": "{src}",
"title": "{title}",
"class": "grouped_elements",
"rel": "fancybox"
}
},
"slimbox2": {
"image": {
"class": "tweak-slimbox",
"remove": true
},
"element": "a",
"attribute": {
"href": "{src}",
"title": "{title}",
"rel": "lightbox"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment