Skip to content

Instantly share code, notes, and snippets.

@cransono
Last active August 29, 2015 14:22
Show Gist options
  • Save cransono/3de00f059ba31fe6b944 to your computer and use it in GitHub Desktop.
Save cransono/3de00f059ba31fe6b944 to your computer and use it in GitHub Desktop.
designer
<link rel="import" href="../yt-video/yt-search-video.html">
<polymer-element name="my-element">
<template>
<style>
#yt_search_video {
width: 300px;
height: 300px;
left: 1680px;
top: 860px;
position: absolute;
}
</style>
<google-youtube video-id="https://youtu.be/OIgvnTO-kQk" height="270px" width="480px" rel="0" start="5" autoplay="1">
</google-youtube>
<yt-search-video id="OIgvnTO-kQk"></yt-search-video>
</template>
<script>
Polymer({
});
</script>
</polymer-element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment