Hi - I'm using this layout (with credit) and I love it, but for some reason it seems to be distorting/changing the sizes of pictures that I post. I've checked one entry, for example, where the html says the pic is 450x600 but shows up all distorted and more like 600x450; and my friendslock banner is showing up smaller than the size it should be as well. Any suggestions? I'm afraid I'm not very good with code, so this could be my mistake, but I didn't notice these changes before I applied this layout....
Comments 59
Reply
Reply
Reply
Credits and love on my profile :)
Reply
Thanks! Love your work!
Reply
you need to find
.entryText img {
max-width:380px;
}
in your css, and replace it with
.entryText img {
max-width:380px;
height: auto;
}
or something similar, just get the height:auto statement in there
Reply
Leave a comment