I have an img HTML tag with a static HTML link.
My idea is to dynamically change this link (but not the image) based on what type of device my user is connecting to. The main types of devices that I deal with are PCs, Google / Andriod, Ios, Amazon / Andriod.
Is there an HTML / CSS / Javascript solution for this, or is there php / dom / server side only options?
source
share