1
In the HTML code you can add two caption blocks for each slide, one for the normal screen and another for the full screen, and in the CSS:
#ninja-slider .caption-normal {display:block;}
#ninja-slider.fullscreen .caption-normal {display:none;}
#ninja-slider .caption-fs {display:none;}
#ninja-slider.fullscreen .caption-fs {display:block;}