Jump to content

How to make a image close in a modal when clicking around it?


ChrisNN

Recommended Posts

If you start with the code from this page, you just need to add an extra line to the Javascript.

modal.addEventListener("click", e => {if(e.currentTarget == e.target) e.currentTarget.style.display = "none" });

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...