3 lines
85 B
JavaScript
3 lines
85 B
JavaScript
jQuery(function($) {
|
|
$("a[rel='screenshot']").colorbox({transition:"elastic"})
|
|
}) |