Charlie, The short answer is"NO". The text will enlarge if required, but the img {max-width:96%} is the controlling factor, and that will display the image width as 96% of the viewport width - even when CTRL + is used. Barry -------------------------- On 06/02/2016 12:25, Charles Dobie via wrote: > 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 > > ------------------------------- > To unsubscribe from the list, please send an email to > [email protected] with the word 'unsubscribe' > without the quotes in the subject and the body of the message
Barry, I have another short answer -- "BUT" :-) I received an email off-list saying: >I use a 7" Kindle Fire (hand held), the photo sized correctly & I >was able to zoom larger to look at portions of the picture (faces). I knew it had to be too good to be true :-( So, I wonder if it depends on the device? This could be a nightmare. Do you know of a way through css how I can un-freeze the width? Thanks, Chas. Dobie. At 04:25 AM 2/6/2016, you wrote: >Charlie, > >The short answer is"NO". > >The text will enlarge if required, but the img {max-width:96%} is the >controlling factor, and that will display the image width as 96% of the >viewport width - even when CTRL + is used. > >Barry > >-------------------------- > >On 06/02/2016 12:25, Charles Dobie via wrote: > > 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 > > > > ------------------------------- > > To unsubscribe from the list, please send an email to > > [email protected] with the word 'unsubscribe' > > without the quotes in the subject and the body of the message > > >------------------------------- >To unsubscribe from the list, please send an email to >[email protected] with the word 'unsubscribe' >without the quotes in the subject and the body of the message > > >----- >No virus found in this message. >Checked by AVG - www.avg.com >Version: 2016.0.7357 / Virus Database: 4522/11563 - Release Date: 02/05/16 Charles Dobie, [email protected]