Hello, I have a concern about my images displayed on hand-held devices. I've set my css to read "img { max-width: 96%; }" so large images will shrink down to screen or window width when the viewport is smaller than the image. I also have "<meta name="viewport" content="width=device-width, initial-scale=1">" at the start of each html file containing images. This seems to work, as the images shrink to fit when I change the window sizes on my computer, but I don't have a hand-held device to test on. What I need to know is, does my css code "img { max-width: 96%; }" freeze the size of each image to the width of the viewport? In other words, can the user zoom into the image to enlarge it on the screen to view part of the image? If the images are frozen at viewport width, then how do I prevent this? My website is 99% images, so showing tiny images of large photos is useless. For example, if you're using a hand-held device, please look at this page -- [1]http://freepages.history.rootsweb.ancestry.com/~cdobie/bryk-hudson-b ay-staff-1955.htm Does your device allow you to zoom in on the faces of the people in the photo? Many thanks, Charles Dobie, [email protected] References 1. http://freepages.history.rootsweb.ancestry.com/~cdobie/bryk-hudson-bay-staff-1955.htm