Skip to content

Commit 9a22bb1

Browse files
committed
Add example file for iframe implementation
1 parent fe77bc5 commit 9a22bb1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

linkColorbox.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
jQuery(document).ready(function(){
2+
jQuery(".iframe").colorbox({iframe:true, width:"90%", height:"90%"});
3+
});

0 commit comments

Comments
 (0)