Hi,
I have something i don’t understand.
When i choose the option for the grid to not change the image size, i get te layout you see in the screenshot A
Only when i choose portfolio small in the images sizes i get what you see in screenshot B
But the problem then is that the image quality is poor.
I need al the images in same size, with the best quality.
How to fix that ?
Hey BPC,
Try going to WP > Setting > Media > Media Settings and adjusting your media upload sizes. Like your Medium size to a larger size, re-upload some test images so you can use the second setting above and get the best quality. Try different upload sizes till you achieve the desired view.
Best regards,
Mike
Thanks,
but can you explane or help me with the follow
if you see the private link, not al the images are the right size.
this is the problem, see screenshot
https://www.dropbox.com/s/txf47ij0902v296/Schermafdruk%202017-03-17%2015.29.11.png?dl=0
the height is not even
i did regenerate the images
Hi BPC,
The best solution in this case is to prepare high quality, equal height images, then thumbs will be equal height also and will not be stretched and not lose quality even more.
The height is not equal because it is not equal in original images.
Best regards,
Victoria
Ok, but is there no option that every picture in the grid is always 375×270 ? That would be the solution for me
Hi,
Just add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
.size-portfolio_small {
width: 375px;
height: 270px;
}
Best regards,
John Torvik