I had the same problem and i’ve found the solution. On media.php on line 777… change default values of columns to 1 and of size to LARGE… it should look like this after done:
extract(shortcode_atts(array(
‘order’ => ‘ASC’,
‘orderby’ => ‘menu_order ID’,
‘id’ => $post->ID,
‘itemtag’ => ‘dl’,
‘icontag’ => ‘dt’,
‘captiontag’ => ‘dd’,
‘columns’ => 1,
‘size’ => ‘large’,
‘include’ => ”,
‘exclude’ => ”
), $attr));