Forum

Thread tagged as: Suggestions

Minor feature request: Chequerboard/artboard background for white assets with tr...

Can I request a Photoshop style background for user uploaded img instances in the admin area (eg. .grid-asset img).

When uploading images with a transparent background that are exclusive white it's impossible to see them.

I currently append the style.css sheet, but it's a pain to remember to append it again when replacing the core.

eg:

.grid-asset img {
  -o-object-fit: fill;
     object-fit: fill;
  display: block;
  height: 150px; 
  background-image: url(../img/artboard.svg);
  background-repeat: repeat;
  background-size: 16px; }
Tony Astley

Tony Astley 0 points

  • 3 years ago

Hi Tony,

You can use your own custom CSS without worrying about updates using this method: https://docs.grabaperch.com/api/custom-ui/

Thanks Dexter, I'll definitely use that method moving forward.

Drew McLellan

Drew McLellan 2638 points
Perch Support

Slightly puzzling, as as far as I was aware we had that. I'd best check!