Just using HTML I am trying to add a lightbox to an image in the HTML without using the avia media element
I tried to no avail
Hey Denis!
This should work.
<a href = "URL to your image" rel = "lightbox">
<img src = "URL to your image" />
</a>
Best regards,
Elliott
Perfect. Thanks Elliott
Again amazing support.