feimosi / baguetteBox.js

:zap: Simple and easy to use lightbox script written in pure JavaScript
https://feimosi.github.io/baguetteBox.js/
MIT License
2.44k stars 429 forks source link

problem to access images in wordpress #259

Open Flaschenzug opened 1 year ago

Flaschenzug commented 1 year ago

I added baguetteBox to Wordpress and for galleries it works perfectly well. But for normal images it is not working.

Normal images are displayed like this: <figure class="wp-block-image"><a ...><img ...></a></figure>

Galleries like this: <figure class="wp-block-gallery"><figure class="wp-block-image"><a ...><img ...></a></figure></figure>

If I try to add both classes to the .run , I get an error. ... baguetteBox.run('.wp-block-gallery, .wp-block-image',{ ...

Any ideas how I can get to the point, where I can open single images AND galleries?

Thanks a lot! :-)

crafted-at commented 8 months ago

There is a WordPress plugin that uses baguetteBox under the hood.

Maybe try your luck with it.

https://de.wordpress.org/plugins/gallery-block-lightbox/

https://github.com/goaround/gallery-block-lightbox