I have a problem using link and img because there is a small space in link.
HTML:
<div class="gridgallery">
<figure><a href="../img/1-1.jpg" data-caption="Golden Gate Bridge">
<img src="../img/thumbs/1-1.jpg"></a></figure>
</div>
CSS:
.gridgallery figure {
background: #fff;
margin:0px;
}
.gridgallery figure img {
width: 100% !important;
max-width:100%;
opacity: 0.95;
}
#gallerytitle {
width:950px;
max-width:100%;
margin:0px auto 15px auto;
}
DEMO: https://jsfiddle.net/paolobasso99/33h4ypab/1/