Skip to content

Instantly share code, notes, and snippets.

View seanmcnally98's full-sized avatar

seanmcnally98

View GitHub Profile
@seanmcnally98
seanmcnally98 / TwitchTvEmbedOnlyWhenLive.html
Last active May 9, 2024 13:07 — forked from TheCyberQuake/TwitchTvEmbedOnlyWhenLive.html
Responsive script for embedding Twitch stream only when the channel is live, otherwise it is hidden. See lines 57 and 67 for values you need to change (see the comments written at end of those lines). Original hide/show code forked from momeenme, then TheCyberQuake. Responsive code copied from from https://philna.sh/blog/2020/03/23/responsive-tw…
<html>
<head>
<style>
.hide { display:none; }
#twitch-video {
padding-top: 56.25%;
position: relative;
height: 0;
}