Set low fetch priority on poster images to try and ensure lazy images show instead of empty spaces.

This commit is contained in:
DebaucheryLibrarian 2024-06-08 02:02:33 +02:00
parent cdc631214d
commit bde982035a
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
:src="getPath(scene.poster, 'thumbnail')"
:style="{ 'background-image': `url(${getPath(scene.poster, 'lazy')})` }"
loading="lazy"
fetchpriority="low"
class="thumbnail"
>