Skip to content

Instantly share code, notes, and snippets.

View oleksii-leonov's full-sized avatar
🇺🇦

Oleksii Leonov oleksii-leonov

🇺🇦
View GitHub Profile
@oleksii-leonov
oleksii-leonov / autoscaling.html
Created August 11, 2012 08:45
Tiny example of auto-scaling for mobile devices
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Resize test</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<meta name="viewport" content="user-scalable=no" />