diff --git a/ui/v2.5/src/components/Scenes/SceneWallPanel.tsx b/ui/v2.5/src/components/Scenes/SceneWallPanel.tsx index d49d9b73e..9ba63aba9 100644 --- a/ui/v2.5/src/components/Scenes/SceneWallPanel.tsx +++ b/ui/v2.5/src/components/Scenes/SceneWallPanel.tsx @@ -240,7 +240,9 @@ const SceneWall: React.FC = ({ return { scene: s, src: - s.paths.preview && !erroredImgs.includes(s.paths.preview) + s.paths.webp && !erroredImgs.includes(s.paths.webp) + ? s.paths.webp + : s.paths.preview && !erroredImgs.includes(s.paths.preview) ? s.paths.preview! : s.paths.screenshot!, link: sceneQueue