From af5d0b71fac68a327c5f2c51c1b5ca4d4794d662 Mon Sep 17 00:00:00 2001
From: Ray <rwstorer@hotmail.com>
Date: Mon, 12 Jun 2023 22:44:22 +0000
Subject: [PATCH] added credit comments
---
static/js/lite-yt-embed.js | 3 +++
static/css/lite-yt-embed.css | 1 +
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/static/css/lite-yt-embed.css b/static/css/lite-yt-embed.css
index 68a64c0..302444b 100644
--- a/static/css/lite-yt-embed.css
+++ b/static/css/lite-yt-embed.css
@@ -1,3 +1,4 @@
+/* Originally obtained from Paul Irish https://github.com/paulirish/lite-youtube-embed */
lite-youtube {
background-color: #000;
position: relative;
diff --git a/static/js/lite-yt-embed.js b/static/js/lite-yt-embed.js
index 43275cf..4538949 100644
--- a/static/js/lite-yt-embed.js
+++ b/static/js/lite-yt-embed.js
@@ -1,6 +1,9 @@
/**
* A lightweight youtube embed. Still should feel the same to the user, just MUCH faster to initialize and paint.
*
+ * Author: Paul Irish
+ * https://github.com/paulirish/lite-youtube-embed
+ *
* Thx to these as the inspiration
* https://storage.googleapis.com/amp-vs-non-amp/youtube-lazy.html
* https://autoplay-youtube-player.glitch.me/
--
Gitblit v1.10.0