Difference between revisions of "Template:Team:Aachen/Video"

Line 1: Line 1:
<html><style>
+
 
.video-container {
+
  float: none;
+
  margin: auto;
+
}
+
.video {
+
  height: auto;
+
  max-width: 100%;
+
  position: absolute;
+
}
+
.play-button{
+
  background-image: url(/wiki/images/6/63/Aachen_play-button.png);
+
  background-repeat: no-repeat;
+
  background-size: 25%;
+
  position: relative;
+
  top: -160px;
+
  left: 43%;
+
  width: 320px;
+
  height: 240px;
+
}
+
</style>
+
</html>
+
 
<div class="figraw figure-{{{size|medium}}} col-md-6">
 
<div class="figraw figure-{{{size|medium}}} col-md-6">
 
{|
 
{|
|<html><video class="col-xs-12" controls </html>{{{attribute|}}}<html> ><source src="</html>{{{mp4|}}}<html>" type="video/mp4"><source src="</html>{{{ogg|}}}<html>" type="video/ogg"></video></html>
+
|<html><video class="video col-xs-12" controls </html>{{{attribute|}}}<html> ><source src="</html>{{{mp4|}}}<html>" type="video/mp4"><source src="</html>{{{ogg|}}}<html>" type="video/ogg"></video></html>
 
|-
 
|-
 
|'''{{{title| }}}'''<br />{{{subtitle| }}}
 
|'''{{{title| }}}'''<br />{{{subtitle| }}}
 
|}
 
|}
 
</div>
 
</div>

Revision as of 02:03, 19 September 2015