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

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

Ansible warning on jinja2 braces on when -

html - How to custom Bootstrap grid height? -