monospace/static/js/load-colorbox.js
2022-01-02 21:52:32 -05:00

8 lines
135 B
JavaScript

jQuery('a.mybox').colorbox({
maxWidth:"90%",
maxHeight:"90%",
transition:"elastic",
opacity:"0.9",
rel:"group1",
scrolling: false });