mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/posts: skip thumbnail placeholder if fullsize image is in cache
This commit is contained in:
@ -62,6 +62,7 @@ class HomeView {
|
||||
this._postContentControl = new PostContentControl(
|
||||
this._postContainerNode,
|
||||
postInfo.featuredPost,
|
||||
misc.isMediaCached(postInfo.featuredPost),
|
||||
() => {
|
||||
return [window.innerWidth * 0.8, window.innerHeight * 0.7];
|
||||
},
|
||||
|
Reference in New Issue
Block a user