-1

In chrome, ctrl + mouse wheel zooming is not working in wordpress website and ctrl + and ctrl - also working.please anyone can help.

QQQ
  • 1
  • 5

1 Answers1

0

I had the same problem. It appears I was calling a JavaScript scroll binding function. Maybe you are too.

In this case remove this code:

$.browserSelector();
if($("html").hasClass("chrome")) {
    $.smoothScroll();
}
George Mulligan
  • 11,813
  • 6
  • 37
  • 50