Hello
Captions can be added via the
Images(s) tab of your module settings. To display the caption on mobile devices by default (without hover), try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
@media only screen and (max-width: 768px) {
.j51imagehover figcaption {
opacity: 1;
transform: none;
}
}
Ciaran