Pop up full size image on click using only html -


i need open full size of image within same window click.
code looks this:

<li>     <a href="#"><img src="images/port.png" /><div><h3>image 2</h3></div></a> </li> 

port.png being image.

try this:

<a href="images/port.png"><img src="images/port.png" /></a> 

Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -