Skip to content

Instantly share code, notes, and snippets.

@dstaley
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dstaley/233d17da152a3465ec8e to your computer and use it in GitHub Desktop.
Save dstaley/233d17da152a3465ec8e to your computer and use it in GitHub Desktop.
designer
<link rel="import" href="../polymer/polymer.html">
<polymer-element name="dfp-ad-unit" attributes="network-id width height ad-unit">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
box-sizing: border-box;
}
</style>
<a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/NaN/NaN&sz=x&t=&c=1409951077068">
<img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/NaN/NaN&sz=x&t=&c=1409951077068"></img>
</a>
</template>
<script>
Polymer('dfp-ad-unit', {
time: 1409951077068
});
</script>
</polymer-element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment