[FFmpeg-devel] [PATCH 2/2] web: remove the hard coded width/height.
    Alexander Strasser 
    eclipse7 at gmx.net
       
    Wed Mar 28 00:49:56 CEST 2012
    
    
  
Hi,
Michael Niedermayer wrote:
> 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>
  Not sure which ramifications this has on browser's rendering, but as
our logo variations should always be quite small in size, I guess it
shouldn't matter.
  So LGTM.
  Alexander
    
    
More information about the ffmpeg-devel
mailing list