$(document).ready(function(){
    $('iframe#linkedin')
        .wrap('<div id="iframe-wrapper"></div>')
        .load(function(){
            $('#iframe-wrapper').css({'height':'1085px'});
            $('iframe#linkedin')
                .css({'margin-top':'-20px','height':'3000px'})
                .attr('height','1100');
            
            
            });
    })

