-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathStacking Colors.html
47 lines (45 loc) · 2.27 KB
/
Stacking Colors.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Stacking Colors|Oasis</title>
<meta name="description" content="Oasis free game, stacking color">
<meta name="robots" content="noindex, nofollow" />
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1" />
<meta name="turbo-visit-control" content="reload">
<link rel="stylesheet" media="all" href="https://public-assets.envato-static.com/assets/market/core/index-224bb7797bf6284521f0d08f8c9e2c3805cb2b153d3df224a233294ecdf0c249.css" />
<link rel="stylesheet" media="all" href="https://public-assets.envato-static.com/assets/market/pages/preview/index-004d35cdd5d555cdd3e956d1b916825642de06529f0fe91fd9f390813761d2fc.css" />
<script src="https://public-assets.envato-static.com/assets/market/pages/full_screen_preview/index-39fc94f50438714d8467e6c5e21895674c1ed3fb42ecf0bbda67669a448ef91e.js" nonce="gMQQ1p42trKX3SvQbFRbMQ=="></script>
<script nonce="gMQQ1p42trKX3SvQbFRbMQ==">
//<![CDATA[
//function to fix height of iframe!
var calcHeight = function() {
var headerDimensions = $('.preview__header').height();
$('.full-screen-preview__frame').height($(window).height() - headerDimensions);
}
$(document).ready(function() {
calcHeight();
});
$(window).resize(function() {
calcHeight();
}).load(function() {
calcHeight();
});
//]]>
</script>
<body class="full-screen-preview">
<script type="text/javascript">
atOptions = {
'key' : 'fdc021788693425d9965db246da6874f',
'format' : 'iframe',
'height' : 60,
'width' : 468,
'params' : {}
};
document.write('<scr' + 'ipt type="text/javascript" src="http' + (location.protocol === 'https:' ? 's' : '') + '://www.effectivecreativeformats.com/fdc021788693425d9965db246da6874f/invoke.js"></scr' + 'ipt>');
</script>
<iframe class="full-screen-preview__frame" src="https://previews.customer.envatousercontent.com/files/382729280/index.html" name="preview-frame" frameborder="0" noresize="noresize" data-view="fullScreenPreview" allow="geolocation 'self'; autoplay 'self'">
</iframe>
</script>
</body></head></html>