[www-doc] [Git][VideoLAN.org/websites][master] 3.0 release: add 8K videos
Jean-Baptiste Kempf
gitlab at videolan.org
Fri Feb 9 17:27:22 CET 2018
Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites
Commits:
0e77a5a1 by David Loiret at 2018-02-09T17:27:20+01:00
3.0 release: add 8K videos
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
- - - - -
1 changed file:
- www.videolan.org/vlc/releases/3.0.0.php
Changes:
=====================================
www.videolan.org/vlc/releases/3.0.0.php
=====================================
--- a/www.videolan.org/vlc/releases/3.0.0.php
+++ b/www.videolan.org/vlc/releases/3.0.0.php
@@ -117,7 +117,8 @@
.audienceCallout {
font-weight: bold;
}
-
+ .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; }
+ .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
</style>
<script>
$(function(){
@@ -215,6 +216,18 @@
</div>
</section>
+ <section>
+ <div class="container">
+ <div class="col-sm-6">
+ <div class='embed-container'><iframe src='https://player.vimeo.com/video/254723180' frameborder='0' webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></div>
+ <p><a href="https://vimeo.com/254723180">VLC 3.0 playing 8K 48fps 360 video on Android Galaxy S8</a> from <a href="https://vimeo.com/videolan">VideoLAN</a> on <a href="https://vimeo.com">Vimeo</a>.</p>
+ </div>
+ <div class="col-sm-6">
+ <div class='embed-container'><iframe src='https://player.vimeo.com/video/254723528' frameborder='0' webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></div>
+ <p><a href="https://vimeo.com/254723528">VLC 3.0.0 playing 8k60 on Windows 10 using i7 GPU</a> from <a href="https://vimeo.com/videolan">VideoLAN</a> on <a href="https://vimeo.com">Vimeo</a>.</p>
+ </div>
+ </div>
+ </section>
<section class="bg-gray features" style='padding-top: 10px;'>
<div class="container">
<div class="row">
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/0e77a5a175dd9c02d9876e75a352db446e808858
---
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/0e77a5a175dd9c02d9876e75a352db446e808858
You're receiving this email because of your account on code.videolan.org.
More information about the www-doc
mailing list