The ZOOMLOOKPlayer utilizes the scroll input from a mouse or trackpad to zoom in and out. In some cases, it may be desired to add a key command to the zoom / scroll input for accessibility.
* pageScroll: * enabled: Enable scroll page with mouse wheel + Shift key. Default false. Note that if use an iframe, pageScroll will only work in the same domain. * invert: If true, scroll page when Shift key down + mouse wheel. If true, scroll page by mouse wheel. Default: false. * touch: Whether to support it on touch device. Default: false.