<% if (theme.lazyload && theme.lazyload.enable) { %>
    <script defer src="<%= theme.vendors.lazyload || 'https://cdn.jsdelivr.net/npm/vanilla-lazyload@17.1.0/dist/lazyload.min.js' %>"></script>
    <script>
        window.lazyLoadOptions = {
            elements_selector: ".lazy",
            threshold: 0
        };
    </script>
<% } %>