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