jQuery(document).ready(function(e) {

    jQuery('.colorbox').colorbox({
        maxWidth: '95%',
        maxHeight: '95%'
    });

});
