Having a "thumbnail" image in an HTML as follows:
<img src="recursos/calle.jpg" width="80px" height="90px"/>
How can I make it so that clicking on it enlarges it to full screen view?
Having a "thumbnail" image in an HTML as follows:
<img src="recursos/calle.jpg" width="80px" height="90px"/>
How can I make it so that clicking on it enlarges it to full screen view?
I think what you are looking for is to make a kind of modal window. With Javascript you can do it, you just need to adapt the following code
Source: How TO - Modal Images (w3schools)
You can change the image scale when clicked: