Hello, tell me, did I write Lazy Loading incorrectly for this code? It is downloaded twice from the server.
<div class="section m-0 clearfix lazy" data-bg="images/3.jpg" style="padding: 0px 0; background: center center no-repeat; background-size: 100% auto">
I am trying to add Lazy Loading for background image
<div class="section m-0 clearfix" style="padding: 40px 0; background: url('images/3.jpg') center center no-repeat; background-size: 100% auto">
