single page portfolio thumbnail size
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.
Comments
as we see, you use wp gallery. Please take a look at http://forum.muffingroup.com/betheme/discussion/938/problem-with-image-size-in-shop-slider-media-images-settings-sizes where we explained how to change gallery size.