How to imageflip
-
Sadly I can’t use imageflip like i did on javascript sites, but auto-complete know this keyword. Anyway, this doesn’t work:
document.getElementById(id).imageflip.src = "path/to/new.img"
but this do:
document.getElementById(id).src = "path/to/new.img"
Does anyone have a good idea how to flip an image on click?
-
How about this?
https://www.w3schools.com/howto/howto_css_flip_image.asp