$(document).ready(function(){
    
    $(".thickbox").lightbox({
        fitToScreen: true
    });    
    
});
