I find a code to add a new portfolio thumbnail size in the forum (https://kriesi.at/support/topic/how-to-fix-image-sizes/)
I add a portrait size, but if I choose a landscape image i’d like that it is cropped in a portrait size.
Is it possible?
I try to use Regenerate Thumbnails plugin, now some thumbs is ok, but other is also like this above.
Hey!
Can you post the link of the portfolio page here? You can set a minimum width for portfolio thumbnails.
.grid-image img {
min-height: 300px;
}
.responsive_large .fullsize .grid-col-4 .grid-image {
min-height: 300px;
}
Best regards,
Ismael
hi ismael
the site isn’t on-line, but you can see it on host 194.184.201.239 http://www.caimorbegno.org
I try to add css code in a quick css, but there isn’t change.
I don’t understand why some thumbs is crop in a just size e some other have a height smaller
thanks
Sere
Sorry Ismael, now with this css code the image is all at the same dimension, but it isn’t crop, but pulled.
In the site I have some portfolio gallery. Some are show in portrait and other in landscape mode. With this code all the thumbs are pulled at the min height that I set with css code. Is there a way to limit this css code only to a thumbs size?
I hope you understand the problem… my english is not so good :P
Thanks
Hi Ismael,
do you know how can I resolve this problem?
It is the last problem before put the site on-line… help me please!
Sere
Hey!
Please open Functions.php file and change height settings of portfolio thumbnails http://i.imgur.com/kthnFhq.jpg
Regards,
Yigit