-
Notifications
You must be signed in to change notification settings - Fork 1
/
iPad Retina.htm
18 lines (16 loc) · 1.03 KB
/
iPad Retina.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
<title>Litmus iPad Retina Example</title>
</head>
<body>
<script src="http://media.emailtests.com/iphone.js" type="text/javascript"></script>
<p>Note: You can use your keyboard's arrow keys to scroll up and down through the email. You can also build your own interface elements to scroll the email, using our provided Javascript functions to <a href="#" onclick="scrollUp(); return false;">scrollUp();</a> and <a href="#" onclick="scrollDown(); return false;">scrollDown();</a>.</p>
<div id="thirdparty_litmus_mobile_screen" style="background: url('images/ipad-retina.png') no-repeat 0px 0; width: 892px; height: 1262px; position: relative;">
<div id="thirdparty_litmus_mobile_container" style="overflow: hidden; width: 768px; position: absolute; left: 61px; top: 181px; height: 960px;">
<div id="thirdparty_litmus_screen">
<img src="images/email-screenshots/ipad-retina-email.png" id="thirdparty_litmus_screenimg" style="position: absolute;">
</div>
</div>
</div>
</body>
</html>