This commit is contained in:
syuilo 2018-09-22 08:49:14 +09:00
parent 8240901332
commit 82d94b5963
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
<div class="stream" v-if="!fetching && images.length > 0">
<a v-for="image in images"
class="img"
:style="`background-image: url(${image.media.url})`"
:style="`background-image: url(${image.media.thumbnailUrl})`"
:href="image.note | notePage"
></a>
</div>