Viewing 1 replies (of 1 total)
  • Plugin Contributor Max Bond

    (@max-bond)

    Hello!
    That is a css problem.
    Look for these css instructions in your style.css file:

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;

    If found – disable them!

Viewing 1 replies (of 1 total)
  • The topic ‘Doesn't work in Chrome’ is closed to new replies.