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

Popular posts from this blog

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

matlab - error with cyclic autocorrelation function -

php - Using grpc in Laravel, "Class 'Grpc\ChannelCredentials' not found." -