This is a responsive HTML5 gallery that I've been working on recently. I just want each image to link to a different page.
<ul class="gallery">
<li>
<div data-alt="img03" data-description="<h3>Project</h3>" data-max-width="1800" data-max-height="1350" >
<div data-src="images/xxxlarge/1.jpg" data-min-width="1300"></div>
</div>
</li>
I know that it should be as simple as adding a <a href="#"></a>
but this isn't working. I am open to hear about other options.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…