• Hello, wondering if there is a way to re-size thumbnails on a page to a certain size. I am thinking the css handle is “imagelink” but this is not working at all. Any ideas?

    Thanks for any help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • i use a simple em method for my gallery. for example:

    img {width:25em; height:34em; }

    of course ‘img’ will be whatever you wrap your images in, but you can then tweak it however you please.

    hope that helps.

    Thread Starter pdlr

    (@pdlr)

    Thanks, i ended up messing with the variables within the function that creates thumbnails while uploading so that thumbnails are always the same height regardless of width. You can see an example at the bottom of the page here:

    http://alphadilettante.com/2007/12/31/manichaus-christmas-art-sale/

    This is what I needed.

    It’s really good to download the whole site to your HD and have dreamweaver do a source code search like, in this example, “thumbnail” and just figure it out.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Resizing Thumbnails With CSS’ is closed to new replies.