From 367bb07996411701b963bbcb37c6fb7e88d344ab Mon Sep 17 00:00:00 2001 From: kazan417 Date: Tue, 10 Aug 2021 00:07:43 +0700 Subject: [PATCH] Add lazy load to gslery Add loading="lazy to img in the gallery. --- inc/template-tags.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/template-tags.php b/inc/template-tags.php index 5c6196fe..2379f3a1 100644 --- a/inc/template-tags.php +++ b/inc/template-tags.php @@ -1407,11 +1407,11 @@ function onepress_gallery_html( $data, $inner = true, $size = 'thumbnail' ) { if ( $inner ) { $html .= ''; $html .= ''; - $html .= '' . esc_attr( $alt ) . ''; + $html .= '' . esc_attr( $alt ) . ''; $html .= ''; $html .= ''; } else { - $html .= ''; + $html .= ''; } $html .= $close_tag_html;