I have pictures of constant width (i.e. 100px) but with variable height (could be 200px, 130px, ... but height is always >= 100px).
I'm looking for CSS or Javacript code, that can cut the bottom of the picture so that all my pictures will be of size 100x100.
Can this be done, or should I go using some PHP (or other server side language) library?
Thanks in advance!