Transparent texture for plane in Webgl..?

I’m trying to apply a transparent png texture to a plane, but it’s not happening. There is no transparency…
Does any one know what can be done?

I’m getting by with gl.disable(gl.DEPTH_TEST); for now :slight_smile: