X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22statistiques_visites%22%2C%22%22%29%20.%20%22?a=blobdiff_plain;f=includes%2FImagePage.php;h=316e1c95b14328998e939c4ddd0f6be6ce30feef;hb=b6b686c13b1d78525ae16150a201491c8d0b6451;hp=e79c760d69886b11a29a0c361fec6c0ec4a98c8b;hpb=855b17cf2dc7ea45bb10d3a5fa799e84a5f3fd14;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/ImagePage.php b/includes/ImagePage.php index e79c760d69..316e1c95b1 100644 --- a/includes/ImagePage.php +++ b/includes/ImagePage.php @@ -385,6 +385,9 @@ class ImagePage extends Article { # Some sort of audio file that doesn't have dimensions # Don't output a no hi res message for such a file $msgsmall = ''; + } elseif ( $this->displayImg->isVectorized() ) { + # For vectorized images, full size is just the frame size + $msgsmall = ''; } else { # Image is small enough to show full size on image page $msgsmall = wfMessage( 'file-nohires' )->parse();