wiki icon indicating copy to clipboard operation
wiki copied to clipboard

feat: Added lightbox/modal support for image preview

Open TarikTz opened this issue 3 years ago • 0 comments

Add a simple "modal" class to images from the assets dialog and enable a modal window for preview. Clicking on the modal window will close it.

Example for a thumbnail preview with a clickable image

[![title](/example.jpg =300x)](/example.jpg){.modal}

or regular inserted image

![example.jpg](/example.jpg){.align-center}{.modal}

TarikTz avatar Apr 25 '22 12:04 TarikTz