Yeah sure, but then you need to change the resolution of your image, because is too small and looks blurry.
You need to edit this style:
from:
.widget img, .flexslider img, .blog-one img, .blog-two img, .blog-three img, .related-wrapper img, .featured-image-post img, .gallery img {
width: 100%; */
height: auto;
border: 0;
-ms-interpolation-mode: bicubic;
}
to
.widget img, .flexslider img, .blog-one img, .blog-two img, .blog-three img, .related-wrapper img, .featured-image-post img, .gallery img {
height: auto;
border: 0;
-ms-interpolation-mode: bicubic;
}
This is in the line 471 from this file :
http://pdi.dk/wp-content/themes/Unicorn/style.css
Thenk should look like this:
http://oi64.tinypic.com/vxn29.jpg