nschwall
Member
Posted 1 year ago #
I am inserting three pictures at the large format size, setting them up next to each other, and then resizing them down to 60%, however it just seems that the caption box resizes and the image itself stays the same and overlaps over the one next to it. How can I get them to resize properly?
I'm using the free word press version of Twenty Ten
http://www.nschwaller.com/mywork/architecture/maine
it is a 'known bug' of twentyten1.1:
edit style.css, find:
/* =Images
-------------------------------------------------------------- */
#content img {
margin: 0;
height: auto;
max-width: 640px;
width: auto;
}
remove width: auto;
nschwall
Member
Posted 1 year ago #
Awesome! Thanks for the help, I never would have figured that out on my own.
final xiii
Member
Posted 1 year ago #