Added colorbox

This commit is contained in:
2022-01-02 21:52:32 -05:00
parent 26381ccbfb
commit 5fb63895a1
12 changed files with 431 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
jQuery('a.mybox').colorbox({
maxWidth:"90%",
maxHeight:"90%",
transition:"elastic",
opacity:"0.9",
rel:"group1",
scrolling: false });