Link to full screen image

main2
Bob Mottram 2019-10-23 13:07:55 +01:00
parent 77633238a6
commit 902d18d3b2
1 changed files with 2 additions and 2 deletions

View File

@ -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']+'">' \