Use file width/height instead of metadata for getContentHeaders
[lhc/web/wiklou.git] / includes / media / GIFMetadataExtractor.php
index b4c3d6e..ac5fc81 100644 (file)
@@ -254,8 +254,6 @@ class GIFMetadataExtractor {
                        'duration' => $duration,
                        'xmp' => $xmp,
                        'comment' => $comment,
-                       'width' => $width,
-                       'height' => $height,
                ];
        }