Gallery captions

4 replies·opened Mar 31, 2021
M
mschejbalMar 31, 2021

Hi,

Is there an option to add captions to a gallery instead of listing the number of slide, e.g. 1 of 9, etc.
I'm attaching a gallery sample here.

Many thanks,
Maciek

S
SemiColonWebSTAFFApr 1, 2021

Hello,

You can simply add title="Lightbox Caption" to the data-lightbox="gallery-item" Element. Example:

<a class="grid-item" href="images/portfolio/full/1.jpg" data-lightbox="gallery-item" title="Lightbox Caption"><img src="images/portfolio/4/1.jpg" alt="Gallery Thumb 1"></a>

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

M
mschejbalApr 1, 2021

This works fine, thanks! Any way to remove the sequence "1 of..."?
M

S
SemiColonWebSTAFFApr 1, 2021

Hello,

You can use the following CSS Code:

.mfp-counter {
	display: none;
}

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

M
mschejbalApr 1, 2021

Beautiful, thanks much!!!

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard