Got the ellipsis to work by adding this to child theme style.css:
#swipebox-caption {white-space:nowrap ; text-overflow:ellipsis;}
Still would be nice if larger text display on screen (potentially overlapping image?) I guess there are some design issues to think about. Also considered using ‘overflow:scroll’ instead, which seems to work if you really need to see all the text in the lightbox, though is a bit clunky.