Set low fetch priority on poster images to try and ensure lazy images show instead of empty spaces.
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
:src="getPath(scene.poster, 'thumbnail')"
|
||||
:style="{ 'background-image': `url(${getPath(scene.poster, 'lazy')})` }"
|
||||
loading="lazy"
|
||||
fetchpriority="low"
|
||||
class="thumbnail"
|
||||
>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user