try fixing video widths
This commit is contained in:
parent
e07b8629fc
commit
0ccf09955c
4 changed files with 3 additions and 5 deletions
|
@ -59,7 +59,7 @@ files with git.
|
|||
|
||||
## talks
|
||||
|
||||
<table>
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td width="50%" valign="top">
|
||||
[[!inline raw=yes pages="videos/FOSDEM2012"]]
|
||||
|
|
|
@ -3,6 +3,4 @@ Talks and screencasts about git-annex.
|
|||
These videos are also available in a public git-annex repository
|
||||
`git clone git://git.kitenet.net/downloads`
|
||||
|
||||
<div width=400>
|
||||
[[!inline pages="./videos/* and !./news/*/* and !*/Discussion" show="5"]]
|
||||
</div>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<video controls
|
||||
src="http://video.fosdem.org/2012/lightningtalks/git_annex___manage_files_with_git,_without_checking_their_contents_into_git.webm" width="100%"></video><br>
|
||||
src="http://video.fosdem.org/2012/lightningtalks/git_annex___manage_files_with_git,_without_checking_their_contents_into_git.webm"></video><br>
|
||||
A <a href="http://video.fosdem.org/2012/lightningtalks/git_annex___manage_files_with_git,_without_checking_their_contents_into_git.webm">15 minute introduction to git-annex</a>,
|
||||
presented by Richard Hartmann at FOSDEM 2012.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<video controls width="100%">
|
||||
<video controls>
|
||||
<source type="video/mp4" src="http://mirror.linux.org.au/linux.conf.au/2013/mp4/gitannex.mp4">
|
||||
<source type="video/ogg" src="http://mirror.linux.org.au/linux.conf.au/2013/ogv/gitannex.ogv">
|
||||
</video><br>
|
||||
|
|
Loading…
Add table
Reference in a new issue