Skip to content

Commit

Permalink
chore: improve divi compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
selul committed Nov 18, 2019
1 parent 03665e7 commit b749c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/compatibilities/divi_builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function register() {
add_filter(
'optml_lazyload_bg_selectors',
function ( $all_watchers ) {
$all_watchers = array_merge( $all_watchers, ['.et_pb_slides > .et_pb_slide', '.et_pb_module', '.et_pb_row', '.et_pb_with_background'] );
$all_watchers = array_merge( $all_watchers, ['.et_pb_slides > .et_pb_slide', '.et_parallax_bg', '.et_pb_video_overlay', '.et_pb_module', '.et_pb_row', '.et_pb_with_background'] );
return $all_watchers;
}
);
Expand Down

0 comments on commit b749c7e

Please sign in to comment.