Skip to content

Instantly share code, notes, and snippets.

View whoacowboy's full-sized avatar
💭
❤️💣s

James whoacowboy

💭
❤️💣s
View GitHub Profile
@fireonmac
fireonmac / index.html
Created March 30, 2022 06:15 — forked from redgeoff/index.html
Pinch Zoom And Pan With HammerJS
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport"
content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">
<title>Pinch Zoom</title>
</head>
<body>