add image_click: make image bigger on click
This commit is contained in:
parent
a3282ecf29
commit
11115b366e
3 changed files with 41 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue