diff --git a/app.py b/app.py index 31b6bf7..d1a624a 100644 --- a/app.py +++ b/app.py @@ -109,10 +109,15 @@ async def _jinja2_filter_translate(frags, reply_id=0): for subfrag in subfrags: htmlfmt += str(escape(subfrag)) + '
' elif isinstance(frag, FragImage_p): + # htmlfmt += \ + # f'' \ + # f'' + + # Leah Rowe's lightbox implementation htmlfmt += \ - f'' \ - f'' + f'' \ + f'' elif isinstance(frag, FragEmoji_p): htmlfmt = append_with_leading_clean(htmlfmt, f'[{ frag.desc }] +