Skip to content

Instantly share code, notes, and snippets.

@eduard-un
Created August 23, 2024 08:39
Show Gist options
  • Save eduard-un/28336de3cff057543cdb0d7f43914ecf to your computer and use it in GitHub Desktop.
Save eduard-un/28336de3cff057543cdb0d7f43914ecf to your computer and use it in GitHub Desktop.
Equalize Blurb Images Height
selector .et_pb_image_wrap img {
object-fit: cover;
height: 295px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment