From 94ae211ff1ce651a71b37d1e485e84ba83d43c4c Mon Sep 17 00:00:00 2001 From: Karl Podger Date: Wed, 25 Jan 2017 17:48:09 +0000 Subject: [PATCH 1/3] Port to 2.0 --- google-youtube.html | 1197 ++++++++++++++++++++----------------------- 1 file changed, 557 insertions(+), 640 deletions(-) diff --git a/google-youtube.html b/google-youtube.html index c44503a..cc3872f 100755 --- a/google-youtube.html +++ b/google-youtube.html @@ -7,7 +7,7 @@ subject to an additional IP rights grant found at https://polymer.github.io/PATENTS.txt --> - + @@ -38,46 +38,46 @@ @demo --> - + #thumbnail { + width: 100%; + height: 100%; + cursor: pointer; + @apply --google-youtube-thumbnail; + } + -