Currently, I am using fancy box for my photo gallery but I am facing an issue where two images need to be uploaded - one for the Thumbnail and another for fancy box.
<a style="display: block;" class="fancybox imgContainer" href="images/lorenteJerome_barcelona.jpg" data-fancybox-group="gallery" data-filter="arch"><img src="images/lorenteJerome_barcelona.jpg" alt=""></a>
Is there a way to upload just one image and resize the Thumbnail image using CSS or jQuery? If anyone can provide assistance, it would be greatly appreciated.
CSS of the Thumbnail :
.imgContainer {
width: 100px;
height: 100px;
overflow: hidden;
text-align: center;
margin: 10px 20px 10px 0;
float: left;
border: solid 1px #999;
display: block;
}