Is there a way to set the height of an img in millimeters, regardless of the device being used?
Currently, setting the CSS rule height: 10mm;
actually translates to height: 37.8px
, as explained in this link: http://css-tricks.com/the-lengths-of-css/
If pure CSS cannot achieve this, I am open to jQuery or any other solution. Please provide some guidance.
Thank you for any assistance!
If my question is unclear, what I have attempted includes using responsive CSS and media queries, which did not yield the desired outcome. You can view the page where I tested this here:
I also tried emulating mobile devices with this tool:
Despite being labeled as responsive design, it seems more like anti-responsive design :)