Seeking assistance from anyone who can offer help.
The code below functions properly in all browsers except Safari.
if(window.matchMedia('(resolution:320dpi)').matches){res = i;}
if(window.matchMedia('screen and (resolution:320dpi)').matches){wkres = I;}
Has anyone found a solution to make Safari acknowledge and execute these queries? All help and advice is greatly appreciated.