Better image scaling for mobile.

This commit is contained in:
FireMasterK 2021-05-28 01:42:36 +05:30
parent ff32af1e96
commit 051073117d
No known key found for this signature in database
GPG Key ID: 8DFF5DD33E93DB58

View File

@ -50,7 +50,7 @@
</div> </div>
<img <img
:src="comment.thumbnail" :src="comment.thumbnail"
style="width: calc(100% * 1 / 20)" style="width: 10vmin"
height="176" height="176"
width="176" width="176"
loading="lazy" loading="lazy"