We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e14f2f1 commit a4757a7Copy full SHA for a4757a7
1 file changed
script.js
@@ -46,7 +46,6 @@ function hovereffect() {
46
elems.forEach(function (elemTag) {
47
elemTag.addEventListener("mouseenter", function () {
48
var bgimgurl = elemTag.getAttribute("data-img");
49
- console.log(bgimgurl);
50
page2.style.backgroundImage = `url(${bgimgurl})`;
51
page2.style.backgroundSize = `cover`;
52
page2.style.backgroundPosition = `center`;
@@ -113,3 +112,4 @@ function loco() {
113
112
});
114
};
115
loco();
+
0 commit comments