We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
Where in the markup do they go, though?
Sorry, something went wrong.
That is a good question... By default WordPress adds a <figure> around the image, with the caption in <figcaption>, like so:
<figure>
<figcaption>
<div id="gallery-1" class="gallery galleryid-8 gallery-columns-1 gallery-size-full-width"> <figure class="gallery-item"> <div class="gallery-icon landscape"> <img . . .> </div> <figcaption class="wp-caption-text gallery-caption" id="gallery-1-1847">Coworkers having coffee</figcaption> </figure> . . .
(no idea what that .gallery-icon.landscape is all about)
.gallery-icon.landscape
I'm not sure how flickity would behave withfigure being used as a .caroucel-cell wrapper instead of div...
figure
.caroucel-cell
div
Only option seems to be (clunky) Javascript:
https://codepen.io/desandro/pen/dPdVNM
zedejose
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: