Skip to content

Instantly share code, notes, and snippets.

@jetsloth
Created June 30, 2017 00:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jetsloth/27c35c882257b35e84adbea37ecf778a to your computer and use it in GitHub Desktop.
Save jetsloth/27c35c882257b35e84adbea37ecf778a to your computer and use it in GitHub Desktop.
Gravity Forms Image Choices - auto sized image
.gfield.image-choices-field .image-choices-choice-image-wrap {
background-image: none !important;
height: auto;
}
.gfield.image-choices-field .image-choices-choice-image {
display: block;
margin: 0 auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment