Skip to content

Release 2.7.1

Compare
Choose a tag to compare
@kevzlou7979 kevzlou7979 released this 20 Jun 03:10
· 18 commits to master since this release
cc738db

Added ViewPortZoom Detection

  • a helper class that uses Window.devicePixelRatio to be able to detect any Zoom changes in the browser and desktop resolution.
  • one of the use cases of this is when user is zooming 200% - we need to easily detect it and adjust the zoom or override the scale in the correct and readable manner.