Skip to content

Instantly share code, notes, and snippets.

@halityurttas
Created February 1, 2021 22:15
Show Gist options
  • Save halityurttas/4acc974cca4d9d9e534c37c04008e574 to your computer and use it in GitHub Desktop.
Save halityurttas/4acc974cca4d9d9e534c37c04008e574 to your computer and use it in GitHub Desktop.
Image fixed size as background
.list-image {
max-width: 100%;
height: 300px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment