Change 88x31 macro to make click zoom optional.
This commit is contained in:
parent
5a4faee769
commit
117ebc4ac3
3 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
const images = document.querySelectorAll(".i88x31");
|
||||
const images = document.querySelectorAll(".i88x31i");
|
||||
|
||||
images.forEach(image => {
|
||||
image.addEventListener("click", () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue