Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • wmj_template Friend
    #177202

    I would like the images on the wall to be the original size or up to a max defined.
    Right now, the articles with very small images on them gets “up sized” and they look pretty bad at that size. I would like them to be reduced in size only and not upsized.

    Any ways to control the size of the images to be the original up to a max of X by Y?

    I am using K2 content for the most and need to control the image size on K2 articles.

    Thanks

    wmj_template Friend
    #453787

    After inspecting css/template.css I’ve modified:
    .item .item-image img {
    width: 100%;
    }
    to be
    .item .item-image img {
    max-width: 100%;
    }
    and now the images are no longer up-sized to fit but only downsized to fit on the article wall.

    Hope this helps

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 1 voice, and was last updated by  wmj_template 12 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum