diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-07-24 23:43:14 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-07-24 23:43:14 +0900 |
| commit | 03ce87d710b9194a43370dd1736e38b2dde2aa55 (patch) | |
| tree | e677de10794af095f7ece821a4e55f4492468d09 /src/client/app/desktop/views/components/drive.file.vue | |
| parent | wip (diff) | |
| download | misskey-03ce87d710b9194a43370dd1736e38b2dde2aa55.tar.gz misskey-03ce87d710b9194a43370dd1736e38b2dde2aa55.tar.bz2 misskey-03ce87d710b9194a43370dd1736e38b2dde2aa55.zip | |
wip
Diffstat (limited to 'src/client/app/desktop/views/components/drive.file.vue')
| -rw-r--r-- | src/client/app/desktop/views/components/drive.file.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/desktop/views/components/drive.file.vue b/src/client/app/desktop/views/components/drive.file.vue index 11700d4966..e1db36f5cf 100644 --- a/src/client/app/desktop/views/components/drive.file.vue +++ b/src/client/app/desktop/views/components/drive.file.vue @@ -16,7 +16,7 @@ <p>%i18n:@banner%</p> </div> <div class="thumbnail" ref="thumbnail" :style="`background-color: ${ background }`"> - <img :src="`${file.url}?thumbnail&size=128`" alt="" @load="onThumbnailLoaded"/> + <img :src="file.url" alt="" @load="onThumbnailLoaded"/> </div> <p class="name"> <span>{{ file.name.lastIndexOf('.') != -1 ? file.name.substr(0, file.name.lastIndexOf('.')) : file.name }}</span> |