I'm trying to make an img, get a certain height, in millimeters.
Apparently,
the CSS rule
height: 10mm;
does not do this, it translates to height:37.8px
, according to this link : http://css-tricks.com/the-lengths-of-css/
so how do I set the height to a real life unit, regardless of what device the visitor uses?
p.s.
If this cannot be done with pure CSS, jQuery or any other solution will do.
Just show me a way, please.
Thanks for any help !
p.s. 2:
if the question is not clear, what I tried is :
responsive CSS, media queries etc. didn't work. see this page : http://webtasarimveprogramlama.com/cetvel/alternatif-1/
by emulating with mobile devices using this page : http://www.brickandmobile.com/mobile-emulator/
and though it is tagged as responsive-design, I guess it is something like anti-responsive design :)