jquery - Fancy box with one image only -
i using fancy box photo gallery, problem found upload 2 images. 1 thumbnail , 1 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> any way , can upload 1 pic need re-size thumbnail image css or jquery. 1 can .
css of thumbnail :
.imgcontainer {   width: 100px;   height: 100px;   overflow: hidden;   text-align: center;   margin: 10px 20px 10px 0;   float: left;   border: solid 1px #999;   display: block; } 
try this…
.imgcontainer img {      width:100px;      height:100px; } 
Comments
Post a Comment