We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a67ad13 + 09fcfc8 commit 5195455Copy full SHA for 5195455
inc/lazyload_replacer.php
@@ -124,7 +124,7 @@ public static function get_background_lazyload_selectors() {
124
$default_watchers = [
125
'.elementor-section[data-settings*="background_background"]',
126
'.elementor-section > .elementor-background-overlay',
127
- '.wp-block-cover[style*="background-image"]',
+ '[class*="wp-block-cover"][style*="background-image"]',
128
];
129
130
$saved_watchers = self::instance()->settings->get_watchers();
0 commit comments