[www-doc] [Git][VideoLAN.org/websites][master] Use a minified version of the svg logo using svgo
Jean-Baptiste Kempf
gitlab at videolan.org
Thu Aug 24 11:52:17 CEST 2017
Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites
Commits:
4aa040b9 by Jean-Baptiste Kempf at 2017-08-24T11:52:03+02:00
Use a minified version of the svg logo using svgo
237kB -> 119 kB
- - - - -
2 changed files:
- + www.videolan.org/images/icons-VLC/vlc.mini.svg
- www.videolan.org/include/os-specific.php
Changes:
=====================================
www.videolan.org/images/icons-VLC/vlc.mini.svg
=====================================
The diff for this file was not included because it is too large.
=====================================
www.videolan.org/include/os-specific.php
=====================================
--- a/www.videolan.org/include/os-specific.php
+++ b/www.videolan.org/include/os-specific.php
@@ -615,7 +615,7 @@ function drawVLCdownloadSection($os = null, $dropdownItems = null, $displayMainO
?>
<div class="v-align <?php echo is_null($screenshots) ? 'col-sm-7' : 'col-sm-5'?>">
<div class="center-font-xs">
- <?php image('icons-VLC/vlc.svg', 'Large Orange VLC media player Traffic Cone Logo', 'big-vlc-img img-responsive visible-xs-inline-block v-align'); ?>
+ <?php image('icons-VLC/vlc.mini.svg', 'Large Orange VLC media player Traffic Cone Logo', 'big-vlc-img img-responsive visible-xs-inline-block v-align'); ?>
<h1 class="v-align bigtitle">
<?php
if (!is_null($alternativeTitle))
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/4aa040b9bee4804689ba6771b03954094027899a
---
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/4aa040b9bee4804689ba6771b03954094027899a
You're receiving this email because of your account on code.videolan.org.
More information about the www-doc
mailing list