ngx-pinch-zoom
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "ngx-pinch-zoom", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Pinch zoom component for Angular2.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -30,3 +30,3 @@ # Pinch zoom for Angular 2 (Angular 5+) | ||
## Usage | ||
For use, put your image inside the <pinch-zoom> container. Please, pay attention to the parameters of your viewport metatag. If you use Pinch Zoom, it is required to limit zooming of a web-page, by entering the following parameters: <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">. | ||
For use, put your image inside the <pinch-zoom> container. Please, pay attention to the parameters of your viewport metatag. If you use Pinch Zoom, it is required to limit zooming of a web-page, by entering the following parameters: <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">. | ||
@@ -33,0 +33,0 @@ ```html |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
371752
0