Portfolio Featured Images stretched

Here is an example of my problem: http://www.promarkfl.com/portfolio-item/five-bostons-graphic-design-logo/

I do not want portfolio items that are smaller than the portfolio entry container to be stretched so that they do not become pixelated. How do I achieve this?

Hi there,

Please add this code to the Global CSS:

.single-x-portfolio .x-flexslider .x-slides img {
    max-width: 100%;
    width: auto;
}

You can find more info on how to check for CSS selectors here.
Then information about writing your custom CSS here.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.