Using lazy image instead of full avatar for stash preview actors.

This commit is contained in:
DebaucheryLibrarian 2021-03-21 17:28:46 +01:00
parent 63143fb185
commit 0419cc633b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<div class="avatar">
<img
v-if="actor.avatar"
:src="getPath(actor.avatar)"
:src="getPath(actor.avatar, 'lazy')"
class="avatar-image"
>