single page portfolio thumbnail size

edited June 2015 in Portfolio
Hi,
I want to change single page portfolio thumbnail size. When i inspect the thumbnail element i saw scale-with-grid class. I've search in css files and base.css includes these class. so i did try to change auto generated thumbnail size 353px to 150px (original) but something went wrong

is this correct codes to change?:

img.scale-with-grid,
#Content img {
max-width: 100%;
height: auto;
}

how can i change the thumbnail sizes correctly?
by the way thumbnails are looks very crispy

p.s. sorry for my english.

image

Comments

Sign In or Register to comment.