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')"
|
:src="getPath(scene.poster, 'thumbnail')"
|
||||||
:style="{ 'background-image': `url(${getPath(scene.poster, 'lazy')})` }"
|
:style="{ 'background-image': `url(${getPath(scene.poster, 'lazy')})` }"
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
|
fetchpriority="low"
|
||||||
class="thumbnail"
|
class="thumbnail"
|
||||||
>
|
>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user