mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-05-28 09:38:25 +01:00
style(tv): increase base poster sizes to 300, 470, and 440
This commit is contained in:
@@ -19,13 +19,13 @@ import { scaleSize } from "@/utils/scaleSize";
|
|||||||
*/
|
*/
|
||||||
export const TVPosterSizes = {
|
export const TVPosterSizes = {
|
||||||
/** Portrait posters (movies, series) - 10:15 aspect ratio */
|
/** Portrait posters (movies, series) - 10:15 aspect ratio */
|
||||||
poster: 270,
|
poster: 300,
|
||||||
|
|
||||||
/** Landscape posters (continue watching, thumbs, hero) - 16:9 aspect ratio */
|
/** Landscape posters (continue watching, thumbs, hero) - 16:9 aspect ratio */
|
||||||
landscape: 430,
|
landscape: 470,
|
||||||
|
|
||||||
/** Episode cards - 16:9 aspect ratio */
|
/** Episode cards - 16:9 aspect ratio */
|
||||||
episode: 400,
|
episode: 440,
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user