Skip to content

Commit 72acd4c

Browse files
committed
add group block as bg lazyloaded.#717
1 parent f92f6d0 commit 72acd4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inc/lazyload_replacer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ public static function get_background_lazyload_selectors() {
119119
'.elementor-section[data-settings*="background_background"]',
120120
'.elementor-section > .elementor-background-overlay',
121121
'[class*="wp-block-cover"][style*="background-image"]',
122+
'[class*="wp-block-group"][style*="background-image"]',
122123
];
123124

124125
$saved_watchers = self::instance()->settings->get_watchers();

0 commit comments

Comments
 (0)