fancyapps / fancybox

jQuery lightbox script for displaying images, videos and more. Touch enabled, responsive and fully customizable.
http://fancyapps.com/
7.29k stars 1.79k forks source link

Caption font size #2635

Closed stathimexas closed 2 years ago

stathimexas commented 2 years ago

How do I change font size etc in the slideshow captions?

fancyapps commented 2 years ago

Hi,

Sorry, I do not understand your question, how are captions related to slideshow?

If you want to change caption font size, then use CSS, for example (for v4):

.fancybox__caption {
  font-size: 1.3rem;
}
stathimexas commented 2 years ago

Thank you.