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
Post a Comment