Skip to content

Instantly share code, notes, and snippets.

@capperstrnd
capperstrnd / TwitchTvEmbedOnlyWhenLive.html
Last active August 3, 2024 17:32
A simple script for embedding Twitch stream only when the channel is live, otherwise it is hidden.
<html>
<head>
<style>
.hide { display:none; }
/* Optional: The following css just makes sure the twitch video stays responsive */
#twitch {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;