Home › Forums › Pro Support › Background photos are cut off if you change width This topic has 3 replies, 2 voices, and was last updated 1 year, 8 months ago by elvin. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts July 14, 2021 at 7:12 am #31981 SergioParticipant Hello It seems that the background images do not keep the proportion if you make the screen smaller. The image instead of adapting to the width of the screen, it keeps getting cropped. It can be seen in this URL: https://ainhoaibarreche.com/proyectos/ Instead, it would be optimal if they were adapting to the screen as here: https://galansobrini.es/proyectos/ Is this possible? Thanks in advance. July 15, 2021 at 12:12 am #32008 elvinModerator Hi there, WPSP’s tries to fit in what it can on the post image container (which has a min-height) for this particular card. You can try adding this CSS to override that. .wpsp-card .wp-show-posts-image img { object-fit: contain !important; min-height: unset !important; height: auto !important; } .wpsp-card .wp-show-posts-image { min-height: unset !important; height: auto !important; } July 15, 2021 at 2:26 am #32018 SergioParticipant Much better! thank you very much Elvin. July 15, 2021 at 4:13 pm #32063 elvinModerator No problem. 😀 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In