Skip to content

Commit 308c782

Browse files
committed
Add support for background shorthand in lazyload replacer
1 parent 94f07d0 commit 308c782

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
@@ -123,6 +123,7 @@ public static function get_background_lazyload_selectors() {
123123
'.elementor-section > .elementor-background-overlay',
124124
'[class*="wp-block-cover"][style*="background-image"]',
125125
'[style*="background-image:url("]', '[style*="background-image: url("]',
126+
'[style*="background:url("]', '[style*="background: url("]',
126127
'[class*="wp-block-group"][style*="background-image"]',
127128
];
128129

0 commit comments

Comments
 (0)