Skip to content

Instantly share code, notes, and snippets.

@anytizer
Created December 17, 2017 09:50
Show Gist options
  • Save anytizer/6ef9c9e17cf147a1cc716f0b90d38b38 to your computer and use it in GitHub Desktop.
Save anytizer/6ef9c9e17cf147a1cc716f0b90d38b38 to your computer and use it in GitHub Desktop.
zoom.css
/**
* If a difference is detected, force to zoom
*/
.zoomX{
zoom: 150%;
-moz-transform: scale(1.5);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment