August 29, 2016 at 2:37 am
I would like to use a custom sized featured image on the portfolio grid page. When I set an image that is 482 x 482 px as the featured image for a portfolio item, the system creates a new image that is 366 x 366 and displays that image on the grid page.
wp-content/uploads/dC_GoSpaces1a_Portfolio2-366×366.jpg
How can I prevent this so that the image I set as the featured image is not resized.
PS. If I set the grid to 2 columns it does not create a new 366 x 366 image. If I set the grid to 3 columns it does create this image and places it into the upload folder. I have the media settings for thumbnail, med and large set to zero.
.portfolio_item .kt-intrinsic img {
width: auto;
height: auto
}
This code in CSS doesn’t seem to help.
Here’s the page – *Login to see link
Also, when I hover over the image there is an empty space between the image in the grid and the link that appears below. The empty space remains when not in hover state, pushing the other page contents down.
Thanks