"Video stream layout template"
Bootstrap 3.3.0 Snippet by maikovich

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <head> <link rel="stylesheet" href="http://bootswatch.com/paper/bootstrap.min.css"> </head> <div class="container"> <div class="row"> <div class="col-sm-12"> <div class="panel panel-primary headPanel"> <div class="panel-heading"> <h3 class="panel-title">Moete i Formannskapet</h3> <ul c> <li>1 views</li> <span><a href="#">Foelg</a></span> </div> <div class="videoContent"> <div class="videoText text-center"> <p>Moetet er offline.</p> </div> </div> </div> <div class="panel panel-default sidePanel"> <div class="panel-heading"> <h3 class="panel-title">Sosiale medier</h3> </div> </div> </div> </div> </div>
.videoContent { background: url("http://static-cdn2.ustream.tv/static/embed2/img/lock-bg:14606428831.svg"); width: 100%; min-height: 450px; position: relative; z-index: 1; } .videoText { color: white; font-size: 2rem; } .headPanel { float: left; width: 75%; } .sidePanel { width: 25%; float: left; }

Related: See More


Questions / Comments: