Jump to content

bigsilk

Members
  • Posts

    104
  • Joined

  • Last visited

Posts posted by bigsilk

  1. It would be nice if the page was actually showcasing the problem, as it seems fine to me.Either way, you should have different copies of the images for each size, and display them accordingly.
    The problem is that each of the images are different sizes. The painting of the woman's back is twice as tall as the guitar painting, but it appears to be the same height. The images in the directory are different sizes, but the thumbs appear the same height. This is what I'm trying to overcome, having the the thumbs represent a scale of the original.
  2. I'm putting together a page that uses thumbnails of paintings. The paintings are different sizes, and I want the thumbnails to be relative in size to each other and the original (thus, if a painting is 5x10, I want the thumb to be .05x.10, but if another painting is 10x20, I want the thumb to .10x.20) As it happens, all the thumbs are ending up at the same height.Page:Visit the pageAnd here's the css I'm using:

    body{}div.wall{width: 746px;height: 450px;text-align: center;vertical-align;center}img.gallery{width:auto;height:25%;margin:10px;}

×
×
  • Create New...