mirror of https://gitlab.com/bashrc2/epicyon
Link to full screen image
parent
77633238a6
commit
902d18d3b2
|
@ -1922,8 +1922,8 @@ def individualPostAsHtml(iconsDir: str,translate: {}, \
|
|||
if boxName=='tlmedia':
|
||||
galleryStr+= \
|
||||
'<div class="gallery">\n' \
|
||||
' <a href="'+messageId+'">\n' \
|
||||
' <img loading="lazy" src="/fullscreen?'+attach['url']+'" alt="'+imageDescription+'" title="'+imageDescription+'" width="600" height="400">\n' \
|
||||
' <a href="/fullscreen?'+attach['url']+'?'+imageDescription+'">\n' \
|
||||
' <img loading="lazy" src="'+attach['url']+'" alt="'+imageDescription+'" title="'+imageDescription+'" width="600" height="400">\n' \
|
||||
' </a>\n</div>\n'
|
||||
attachmentStr+= \
|
||||
'<a href="'+attach['url']+'">' \
|
||||
|
|
Loading…
Reference in New Issue