Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #180240

    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.

    sample

    Is it possible?

    #180268

    I try to use Regenerate Thumbnails plugin, now some thumbs is ok, but other is also like this above.

    #180508

    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

    #180559

    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

    #180585

    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

    • This reply was modified 11 years, 1 month ago by sere.
    #181497

    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

    #181726

    Hey!

    Please open Functions.php file and change height settings of portfolio thumbnails http://i.imgur.com/kthnFhq.jpg

    Regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘thumbs crops in portfolio pages’ is closed to new replies.