Display Full Photo Captions in Gallery Module
By default, if you display captions in the Gallery module, the caption is cut off at the first line. This happens whether the caption is set to On hover or Below photo. and both Collage and Thumbnail displays.
You can use the following CSS snippet to wrap a full caption at the bottom of your gallery photo. Se the Related Articles for where to put the CSS.
.fl-photo-caption.fl-photo-caption-below { text-overflow: initial; white-space: normal; }
Now you’ll get the full caption, and it will wrap as the screen is sized down:
Last updated on Dec 12, 2016