diff --git a/frontend/js/components/list/poster.js b/frontend/js/components/list/poster.js index 4edc29f..d7178d0 100644 --- a/frontend/js/components/list/poster.js +++ b/frontend/js/components/list/poster.js @@ -9,7 +9,7 @@ const Poster = (props) => { src={props.data.get("poster_url")} onClick={props.onClick} onDoubleClick={props.onDoubleClick} - className={`my-1 m-md-2 img-thumbnail ${className}`} + className={`my-1 m-md-2 img-thumbnail object-fit-cover ${className}`} /> ); } diff --git a/frontend/js/components/list/posters.js b/frontend/js/components/list/posters.js index 1ae1a35..4e6fd11 100644 --- a/frontend/js/components/list/posters.js +++ b/frontend/js/components/list/posters.js @@ -39,7 +39,7 @@ const ListPosters = (props) => { } return ( -