Quality of overview portfolio images

Photo, amazing way to showcase your architecture, photography or artistic projects | Support forum.
GK User
Fri Oct 16, 2015 12:40 pm
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?
User avatar
Fresh Boarder

GK User
Fri Oct 16, 2015 12:46 pm
And one more question. Is it possible to place an image instead of the map on contact page?
User avatar
Fresh Boarder

GK User
Fri Oct 16, 2015 1:32 pm
Rymsza wrote:And one more question. Is it possible to place an image instead of the map on contact page?

Without editing Photo/template.contact.php file it's not possible.


Regarding images - could you provide your website URL?
User avatar
Moderator

GK User
Fri Oct 16, 2015 3:45 pm
yup.. there you go
The pics I were talking about are on homepage there: http://szymanski-ts.com/
The quality compared to single post pages is poor
User avatar
Fresh Boarder

GK User
Mon Oct 19, 2015 9:15 am
Hi,

Please add the following filter to your functions.php file:
Code: Select all
function portfolio_new_size() {
   return 'full';
}
add_filter( 'photo_portfolio_thumb_size', 'portfolio_new_size' );

to display full image size in category view.
User avatar
Moderator


cron