Prepared for SP 4-6.
[edumed.git] / catalogue / static / catalogue / js / lesson.js
index 6b22a83..080eb45 100755 (executable)
@@ -2,7 +2,10 @@
 $(function() {
 
 
-$('a.image').colorbox();
+$('a.image').colorbox({
+    maxWidth: '100%',
+    maxHeight: '100%',
+});
 
 
 });