$(document).ready(function() { // retina display support $("img[rel=hd]").imghd(); $(".searchbox").searchbox(); $(".dropdown-toggle").dropdown(); $("a[rel='colorbox']").colorbox(); $("a[rel='colorbox-iframe']").each(function() { $(this).colorbox( { iframe:true, width: "90%", minWidth: "90%", maxWidth: "1200px", height: "95%", rel: "nofollow" } ); }); });