forked from DebaucheryLibrarian/traxxx
Added dedicated stash page. Using preview tiles for stashes on user page.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
>
|
||||
<img
|
||||
:src="getPath(photo, 'thumbnail', { local: true })"
|
||||
:style="{ 'background-image': `url(${getPath(photo, 'lazy', { local: true })})` }"
|
||||
:style="{ 'background-image': getBgPath(photo, 'lazy', { local: true }) }"
|
||||
:alt="photo.comment"
|
||||
:width="photo.thumbnailWidth"
|
||||
:height="photo.thumbnailHeight"
|
||||
|
||||
Reference in New Issue
Block a user