The images quality in portfolios are really poor when they are displayed in 1 column, And this is not problem of images since they are displayed fine on single page item.
Hope u get my point. How do I fix quality of images there?
Rymsza wrote:And one more question. Is it possible to place an image instead of the map on contact page?
function portfolio_new_size() {
return 'full';
}
add_filter( 'photo_portfolio_thumb_size', 'portfolio_new_size' );