Set low fetch priority on poster images to try and ensure lazy images show instead of empty spaces.
This commit is contained in:
parent
cdc631214d
commit
bde982035a
|
@ -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"
|
||||||
>
|
>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue