Merge "HTMLForm OOUI: Reduce distance between flatlist label and widgets"
[lhc/web/wiklou.git] / includes / media / MediaTransformOutput.php
index e3e7343..12048a9 100644 (file)
@@ -367,6 +367,7 @@ class ThumbnailImage extends MediaTransformOutput {
                $attribs = [
                        'alt' => $alt,
                        'src' => $this->url,
+                       'decoding' => 'async',
                ];
 
                if ( !empty( $options['custom-url-link'] ) ) {