A user of a web page has reported that the web page is shaking while viewing in Chrome.
This is a php page using lot of jquery and css.
It is not occurring any of the browsers on my end and so quite perplexed on where to begin.
I read somewhere it can be fixed using meta tag but that did not help. This is what I tried
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
I am now thinking if it is a css issue but not sure where to begin. Thank you for any tips/solutions.
CodePudding user response:
Do you mind dropping a link to the page in question?