Don't show image frame on custom preview

Hey, I´m previewing an image by the custom preview component. Unfortunately it shows the frame of the picture. The image itself does not have any frame. How can I remove it?

Edit: The surface of the image is hidden (obviously).

Screenshot 2024-01-26 151127

it should work as long as you have a material with that image
what is that C# component doing exactly?

of course in “shaded preview” mode :slight_smile:

image

1 Like

The c# component loads the image from a remote url. Therefore the image is not a material (yet) that can be loaded by MatTable :frowning:

Edit: Humans “Custom preview Materials” doesn´t draw the frame. Solved.