jquery - Bootstrap 3 Embed Image size based on device resolution -


i'm new bootstrap 3 , building personal website it. want include email on website, not in plain text, protect against spambots. thought embedding image reasonable, unfortunately looks blurry on iphone.

here image

email image

i'm thinking few solutions:

  1. embed 2x version of image , scale half size based on device ppi (pixels per inch)
  2. decide load either 1x , 2x version of image based on device ppi
  3. hope spambots don't care , leave email in plain text

what can gracefully size image high-resolution screens?

use svg image format scales nicely on retina displays


Comments

Popular posts from this blog

qml - Is it possible to implement SystemTrayIcon functionality in Qt Quick application -

double exclamation marks in haskell -

javascript - How to get D3 Tree link text to transition smoothly? -