Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1302882
portfolio and gallery items
Closed

Comments

  • widhi muttaqien started the conversation

    Hi scalia team,

    all of the portfolio items and gallery thumbnails always look clipped. And they are clipped non symmetrically. My client want to see the thumbnail to show the whole image. Not clipped like these. Is there a way to do this? Please advice.

    http://cbi-astra.com/product-catalog/

    http://cbi-astra.com/portfolios/n200-mf/

    regards,

    Widhi Muttaqien

  •  6,933
    Oliver replied

    HI!

    pls. use following css:

    body .portfolio-item .image img {
        max-width: 100%;
        height: auto;
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • widhi muttaqien replied

    Hi gregor,

    Thank you so much for your help. But the left image still clipped like this (please see attachment)

    Also what about gallery items? This page use gallery, not portfolio: http://cbi-astra.com/portfolios/n200-mf/

    regards,

    Widhi Muttaqien

  •  6,933
    Oliver replied

    CSS:

    body .gallery-item .image-wrap img {
        max-width: 100%;
        height: auto;
    }
    

    1. You need to set the image with some bigger white strips.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • widhi muttaqien replied

    Ok, thank you so much for the quick reply. I really appreciate it.

  •  6,933
    Oliver replied

    You are welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver