ios - Target Desktops or Target Mobile with Queries? -
currently doing simple parallax effect of background-attachment: fixed , background-size: cover realize ios not want play nice @ background-attachment: fixed @ point given repaint costs well, want mobile/tablet not have background-attachment: fixed @ all. 
which better, remove background-attachment: fixed mobile or add in desktop. further more, easier media query stand point. repeating same css on , on different devices sounds bad time.
also, trying avoid js as possible maintain compatibility can office computers may have disabled.
 
 
  
Comments
Post a Comment