Image hover on mobile

Hi guys -
What would we need to do to have the image caption show up on mobile devices. Right now it shows on hover on desktop but in a mobile environment there is no hover, and it doesn’t show on click.

Any insight would be great.

Hi David,

Unfortunately, I don’t there’s any way we can go around that as mobile devices just don’t support hover. In CSS like in a hyperlink you can use the pseudo-class :focus which will enable a single tap as a replacement for hover. This works but this only applies on styling like changing a link’s color on hover etc., not on captions.

Jun