add image_click: make image bigger on click

This commit is contained in:
Swrup 2022-01-24 04:40:29 +01:00
parent 1f4e5a77ca
commit 964990d9bc
3 changed files with 41 additions and 2 deletions

View file

@ -356,7 +356,7 @@ let view_post ?is_thread_preview post_id =
Format.sprintf
{|
<div class="postImageContainer">
<a title="%s" href="/post_pic/%s">
<a title="%s" href="/post_pic/%s" target="_blank">
<img class= "postImage" src="/post_pic/%s" loading="lazy">
</a>
</div>