1: 2: 3: 4: 5: 6:
$(document).ready(function(){ //Examples of how to assign the ColorBox event to elements $(".example7").colorbox({width:"80%", height:"80%", iframe:true, overlayClose: false}).click(); });