is there a native way to make a lightbox image? is it possible with the image element?
if not can i make a feature request for that?
thanks in advance
is there a native way to make a lightbox image? is it possible with the image element?
if not can i make a feature request for that?
thanks in advance
Hello @deranaloge,
Thanks for writing to us
To make a lightbox image you can use this classic shortcode in the Text element or Raw content element.
[image class="lightbox-01" src="http://example.com/your_image_source_URL" alt="Hello Test" link="true"]
[lightbox selector=".lightbox-01"]
Regretfully there is no option on the image element to open the image in the lightbox.
Hope it helps
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
Hey @deranaloge,
I just want to add here that you can use the Modal element. You can insert an Image element to that element so it would act as a lightbox.