you can change the size of image-preview in alfresco-5.0.a/tomcat/webapps/share/components/dashlets/imagesummary.css file
in the file you can modify the width and height properties to change the size
.images .thumbnail
{
width: 100px;
height: 100px;
border: 1px solid #888;
overflow: hidden;
position: relative;
box-shadow: 3px 3px 3px #aaa;
}
but the problem here is alfresco converts images into thumnails before rendering them in dashlet so
if you increase the size of thumbnail the image will become blur because of less pixles