// compare incoming $atts against defaults and extract out extract( shortcode_atts( array( 'width' => '12', 'height' => '4', 'file' => '' ), $atts ) );