[FFmpeg-devel] [PATCH 2/2] web: remove the hard coded width/height.
Michael Niedermayer
michaelni at gmx.at
Tue Mar 27 19:30:26 CEST 2012
This allows using logos of different sizes
---
src/template_head2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/template_head2 b/src/template_head2
index fad2fac..06e1100 100644
--- a/src/template_head2
+++ b/src/template_head2
@@ -9,7 +9,7 @@
<div id="banner">
<a href="index.html">
-<img src="ffmpeg-logo.png" width="396" height="100" alt="FFmpeg" />
+<img src="ffmpeg-logo.png" alt="FFmpeg" />
</a>
</div>
--
1.7.5.4
More information about the ffmpeg-devel
mailing list