[Smush Pro] Background images not lazy loaded

Hi,
I’ve enabled the lazyload option in Smush Pro. However, when testing the front page of this website, I can see that background images at the bottom of the page are being loaded directly, not when scrolling them into view.

In this topic it’s being stated that images that are added with inline CSS should work. The imate home_onzeadvocaten.jpg is added in the HTML, so that should work, right?

It’s in the code like this:
<div class="col-xs-12 col-sm-6 onze-advocaten-background" style="background-image: url('https://cdn.statically.io/img/schenkeveldadvocaten.nl/f=auto,q=90/wp-content/uploads/2020/03/home_onzeadvocaten.jpg');"></div>

What’s the problem?