Advertisement
Guest User

Untitled

a guest
Jan 29th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. <link rel="import" href="../paper-shadow/paper-shadow.html">
  2. <link rel="import" href="../web-animations-js/web-animations.dev.html">
  3.  
  4. <polymer-element name="my-element">
  5.  
  6. <template>
  7. <style>
  8. :host {
  9. position: absolute;
  10. width: 100%;
  11. height: 100%;
  12. box-sizing: border-box;
  13. }
  14. #video {
  15. left: 330px;
  16. top: 260px;
  17. position: absolute;
  18. }
  19. </style>
  20. <vip-video-html5 id="video" type="video/mp4"></vip-video-html5>
  21. <vip-video-html5 id="video" type="video/mp4"></vip-video-html5>
  22. </template>
  23.  
  24. <script>
  25.  
  26. Polymer({
  27.  
  28. });
  29.  
  30. </script>
  31.  
  32. </polymer-element>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement