The Empathy Book 2018

Icon
Login is required to access this page
  • Version
  • Download
  • File Size 0.00 KB
  • File Count 0
  • Create Date October 14, 2021
  • Last Updated October 14, 2021
Attached Files
Share on

Liked this resource?

By entering your email, you agree to our Terms of Service and Privacy Policy.

document.addEventListener("DOMContentLoaded", function () { document.querySelectorAll("[data-hover]").forEach(function(widget) { const image = widget.querySelector(".elementor-image-box-img"); if (image) { const overlay = document.createElement("div"); overlay.className = "image-hover-overlay"; overlay.innerHTML = widget.getAttribute("data-hover"); image.appendChild(overlay); } }); });