I'm trying to add hyperlink to the images at header 1 slideshow. As you can see at http://astar-awards.com/
After added hyperlink, the hyperlink image become smaller, it difference from original image size.
Below is the code I use. Can you please tell me how to salve this?
I just want all my 3 images link to http://astar-awards.com/wedding/2014
<div>
<h1 data-scrollreveal="enter top and move 100px wait 0.2s">ASTAR AWARDS</h1>
<p data-scrollreveal="enter top and move 150px wait 0.4s">This one of a kind event will help propel Small and Medium Businesses (SMBs/SMEs) into Fame and Recognition through the use of the Internet & Social Media.</p><a href="wedding/2014/" data-scrollreveal="enter top and move 200px wait 0.6s">Read more</a>
</div>
<div class="gk-tablet" data-slides="3" data-scrollreveal="enter bottom and move 50px wait 0.5s">
<div>
<div><a href="http://astar-awards.com/wedding/2014"><img src="images/home_header_slide/astar-awards-wedding-bridal.jpg" alt="Astar Awards Bridal" border="0" /></a><img src="images/home_header_slide/astar-awards-trophy.jpg" alt="Astar Awards Tropy" border="0" /><img src="images/home_header_slide/astar-awards-red-carpet.jpg" alt="Astar Awards Red Carpet" border="0" />
</div>
</div>
</div>