Hi,
Thanks for your help! really appreciate the quick response.:)
I've one more question. So if you look at my attached image "issue_1" then you'll find that if I use a long image then the "+3 photo" tile is cut off. However, it should be adjusting the size of thumbnail to adjust and fit itself within that area. This is not happening so can you help me to find the solution for this. I have only changed following from 600px to 530px as I don't want that large area to cover with the photo gallery.
.portfolio-single-image-full {
position: relative;
height: 530px;
overflow: hidden;
margin: -80px 0 80px !important;
}
My code is the same as yours just change the images with one long image. I have attached that long image as well.
image issue_1_1 is the one where I have used the smaller image then the thumbnail is fixing itself fine in the area but not if I use one long image.
All I want is consistency which is not maintained at the moment.:(
Thanks a lot:)