I am putting together an HTML page to be viewed in both mobile phones and PC/Mac. In the text, I sometimes have inline images:
<p>to do that, then press on button <img src="button.png" /> for 2 seconds</p>
My fonts are sized in em or % so it is readable on both low res-phones and high-res phones. The issue is that my buttons (usually 32px high images) appear so tiny on high-res phones.
How do I adjust the image size? Preferably pure CSS, but JS is still OK.