Dear ramchander,
Please follow steps:
1. Open "\CuteSoft_Client\Gallery\Layout\Modern\Code.js"
2. Find the following function:
GalleryLayout.prototype.ShowImageTitle = function _GalleryLayout_ShowImageTitle(photo)
{
if(!photo.Title)
return;
this.dng_fileinfor.innerHTML = photo.Title + " (" + photo.Width + "x" + photo.Height + ")";
}
3. Remove line:
this.dng_fileinfor.innerHTML = photo.Title + " (" + photo.Width + "x" + photo.Height + ")";
4. Test it again
Thank you for asking