You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
---
8
8
9
-
Panzoom is a small library (~3.5kb gzipped) to add panning and zooming functionality to an element.
9
+
Panzoom is a small library (~3.6kb gzipped) to add panning and zooming functionality to an element.
10
10
Rather than using absolute positioning or setting width and height, Panzoom uses CSS transforms to take advantage of hardware/GPU acceleration in the browser, which means the element can be _anything_: an image, a video, an iframe, a canvas, text, WHATEVER.
11
11
12
12
For common support questions, see [the FAQ](https://github.com/timmywil/panzoom#faq).
0 commit comments