Skip to content

Add Redbull Tv module #41

@techtek

Description

@techtek

Redbull Tv module

Tests results: Works (loads and plays nice on Pi 2)

image

image

<!DOCTYPE html>
<html lang="en">
<head>
    <title>STEEMPI | A system for Steemit</title>

    <meta charset="utf-8"/>
    <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
    <meta name="viewport" content="initial-scale=1,minimum-scale=1,width=device-width">

    <!-- Stylesheets -->
    <style>
        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        html, body {
            height: 100%;
            overflow: hidden;
            width: 100%;
        }

        iframe {
            border: none;
            height: calc(100% - 3px);
            width: 100%;
        }
    </style>
</head>
<body>
<iframe height="100%" width="100%" frameborder="0"
        src="https://www.redbull.tv/channel/"></iframe>
</body>
</html>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions