Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #21218
    Templatesyard
    Participant

    Hey – I need your help!
    I have used the masterpiece template, but the images shown for the posts are too large.
    They were displaying fine before I changed templates, but now they look like they are very low resolution.
    I would really like to reduce the size of the images so it looks better.
    I would really appreciate any insight you guys can give me.
    I’m out of my depth!
    http://www.scrapbook-junkie.blogspot.com
    Thanks!

    #21252
    my add
    Keymaster

    This is the exact problem I am having- any luck figuring it out?

    #21259
    my add
    Keymaster

    Go into your template html and look for:

    .post h1 {
    padding: 0 10px;
    }
    .post img{max-width:100%;width: 100%;
    height: auto;
    
    Change .post img{max-width:100%;width: 100%;  to
     .post img{width:auto;
    
    so that it looks like: 
    .post img{width:auto;
    height: auto;

    That way your pictures can be re-sized and not all extra large.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.