Peano Offline Upload & Sell: Off
|
p.1 #3 · quick question about web images | |
Their webmaster screwed up. Before you re-send anything, ask them to give you the exact dimensions of each thumbnail. Then you crop and resize to those dimensions.
What their webmaster did is link the thumbnails to full-size images. Here's an example from the HTML code behind their page:

Note the thumbnail dimensions specified here: 161 x 126 (pixels). This code links to an image with dimensions 2465 x 3485. What they should have linked to is a thumbnail image that is exactly 161 x 126. So tell them to specify the thumbnail sizes, then give them thumbs accordingly.
|