Skip to content

Instantly share code, notes, and snippets.

@taricco
Created February 17, 2024 01:02
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 taricco/ba06f16d38dbe69fbd2ac898272cdf67 to your computer and use it in GitHub Desktop.
Save taricco/ba06f16d38dbe69fbd2ac898272cdf67 to your computer and use it in GitHub Desktop.
.max-width-150 .acf-input .acf-image-uploader .image-wrap img {
max-width: 150px;
}
.max-width-300 .acf-input .acf-image-uploader .image-wrap img {
max-width: 300px;
}
.no-edit-acf .acf-input {
pointer-events: none;
cursor: not-allowed;
opacity: 0.3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment