cbopp-art / lightcase

The smart and flexible Lightbox Plugin.
https://cornel.bopp-art.com/lightcase/
Other
400 stars 106 forks source link

Display caption text when image is displayed #155

Closed xillibit closed 6 years ago

xillibit commented 6 years ago

Is-it possible to display the caption text of the botton of image before the image is clicked ?

cbopp-art commented 6 years ago

If I do understand correctly, you need something similar to this (pure CSS):

img::after {
  content: attr(alt);
}
xillibit commented 6 years ago

I want to display a text like on the first image of this screenshot, but the text should be dispalyed by default without hover with mouse :

examples

cbopp-art commented 6 years ago

HI, I think I cannot help you with how you want to layout your page layout and thumbnails. This is a custom implementation for the purpose of demonstration and is not related to the lightcase plugin at all. Sorry.