urfuwo / hlx-test

Apache License 2.0
0 stars 3 forks source link

Implement "Lightbox" Block for images #374

Open mhaack opened 3 months ago

mhaack commented 3 months ago

Some news pages have images which can be enlarged in a lightbox style view.

Examples:

Pages

mhaack commented 3 months ago

Assigning to @sanmishr for the importer part, UI can be done also by someone else

mhaack commented 3 months ago

Block format

+----------------------------------------------+
| Lightbox                                     |
+==============================================+
| ![Image Alt Text][image0]                    |
| _Optional image caption_                     |
+----------------------------------------------+

Items

sanmishr commented 3 months ago

@mhaack @saurabh-khare @rjwtrmn - I have uploaded the docs with lightxbox images as part of the importer fix . Let me know if there is still some issues .

mhaack commented 3 months ago

This is ready to be picked up for the block dev part. Please check https://github.com/hlxsites there are plenty of other project which have implemented such a lightbox thing already no need to re-invent.