mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: add gallery to lightbox for images in the same chat message (#24962)
When multiple chat images are uploaded to a single message they can use the lightbox gallery.
This commit is contained in:
@@ -159,6 +159,9 @@ export default {
|
||||
image: {
|
||||
verticalFit: true,
|
||||
},
|
||||
gallery: {
|
||||
enabled: true,
|
||||
},
|
||||
callbacks: {
|
||||
elementParse: (item) => {
|
||||
item.src = item.el[0].dataset.largeSrc || item.el[0].src;
|
||||
|
||||
Reference in New Issue
Block a user