-
Hi
Your images lightbox is really great, just can you please provide a feature that let us remove captions from lightbox?Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
Foliovision › Forums › FV Player › How to … › How to remove caption from images lightbox?
Hello Amir,
we are using the fancyBox library, so you can just hide what you need using its CSS selectors. The CSS rule to hide fancyBox item captions is:
.fancybox-caption { display: none}
We would like to keep using fancyBox for a long time, so your CSS tweaks should cover your needs for a long time too. The previous lightbox library which we used was Colorbox and we did use it for 5 years before moving on to fancyBox. So we don’t change this often.
Thanks,
Martin