{# Custom script MOBIRISE #}
<script>
"use strict";
if ("loading" in HTMLImageElement.prototype) {
document.querySelectorAll('img[loading="lazy"],iframe[loading="lazy"]').forEach(e => {
e.src = e.dataset.src, e.style.paddingTop = 100 * e.getAttribute("data-aspectratio") + "%", e.style.height = 0, e.onload = function () {
e.removeAttribute("style")
}
})
} else {
const e = document.createElement("script");
e.src = "https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.1.2/lazysizes.min.js", document.body.appendChild(e)
}
</script>