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

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -