You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple plugin that makes Gutenberg block image clickable to preview it in LightBox popup.
11
+
A simple plugin that makes block image clickable to preview it in LightBox popup.
12
12
13
13
== Description ==
14
14
15
-
A simple plugin that makes Gutenberg block image clickable to preview it in Lightbox popup. Technically, This plugin finds `IMG` tag inside Gutenberg wp block image or gallery & it uses lightGallery js to preview images in LightBox.
15
+
A simple plugin that makes block image clickable to preview it in Lightbox popup. Technically, This plugin finds `IMG` tag inside Gutenberg WP block image or gallery & it uses lightGallery js to preview images in LightBox.
16
16
17
17
Talking about the benefits it ✅ Works with any theme. While it might impact your webpage ❗️ load time it has to find the `class` name from **DOM** using **jQuery**.
18
18
19
+
#### USAGE:
20
+
21
+
This plugin is a plug and play tool. You don't need to configure anything. Just make sure that you haven't insert media/attachment page link for images in editor. if you insert a link to to image block the markup will be as follow in DOM.
0 commit comments